Change color of links

Discussion in 'Infoway WordPress Theme' started by bjoernjohansen, Nov 6, 2013.

Thread Status:
Not open for further replies.
  1. bjoernjohansen

    bjoernjohansen New Member

    Joined:
    Apr 3, 2013
    Messages:
    22
    Likes Received:
    0
    Location:
    Denmark
    Hi there,

    I had a thread (30607), where I asked for a way to change the link colour. In many ways it worked. I have now discovered that it does not work 100%. On a page: http://www.bjoernjohansen.dk/du-er-nu-tilmeldt-nyhedsbrev-om-e-mailmarketing/ the links is still blue. How do I get this to be orange as the other links? Could it be because it is a full width page?

    As an addition to my previous request, I would also like to have the feature headers in black - in stead of orange. This will make the text stand out better. http://www.bjoernjohansen.dk.

    I look forward to hearing from you.

    / Bjørn
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. For the link color issue, paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .page-content a {
    color: orange;
    }
    
    In place of orange you can put your color or color code.


    2. To change the feature heading color on the front page,
    Go to the Appearance -> Theme Options -> Styling Options -> Custom CSS section in your dashboard and
    follow the instruction shown in the image given below.

    [​IMG]

    This will solve your issue.
     
  3. bjoernjohansen

    bjoernjohansen New Member

    Joined:
    Apr 3, 2013
    Messages:
    22
    Likes Received:
    0
    Location:
    Denmark
    Thanks Piyush,
    Fast and efficient help as always

    / Bjørn
     
Thread Status:
Not open for further replies.

Share This Page