How to change the active link color

Discussion in 'Blackriders WordPress Theme' started by blackdiamond, Jan 14, 2015.

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

    blackdiamond Member

    Joined:
    Jan 2, 2015
    Messages:
    30
    Likes Received:
    0
    Hi,

    Can you tell me how to change the active link color with the black rider theme to something other than the same color as the normal text? Maybe blue or red?

    I applied the css in the Custom CSS from another post where they asked the same question...

    .content-bar a {
    color: blue;
    }

    But this has not worked for me.


    Here is a page ( http://www.rebeccajamesphotography.com/blackdiamondelectriclc.com/services/# ) on which there is a link at the end of the line of text " If you are interested in learning more, here is a full text of Utah’s Electrical Code" .

    Thanks
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .page-content a {
    color: red !important;
    }
    This will resolve your issue.

    Thanks & Regards
    Pramod
     
  3. blackdiamond

    blackdiamond Member

    Joined:
    Jan 2, 2015
    Messages:
    30
    Likes Received:
    0
    Thanks so much! That worked.
     
Thread Status:
Not open for further replies.

Share This Page