Hyperlink Color

Discussion in 'BlackBird WordPress Theme' started by jasonb, May 1, 2013.

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

    jasonb New Member

    Joined:
    Apr 25, 2013
    Messages:
    23
    Likes Received:
    1
    Hello,

    I'd like to change the color of links in posts and pages. I found this code from another thread:

    a{ color:red !important; }
    But it also changed the color of text in the header, footer, and sidebar. How can I change the link color without affecting anything else?
    Thanks!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .post_content a {
    color: your color value;
    }
    .content-bar a {
    color: your color value;
    }
    .fullwidth a {
    color: your color value;
    }
     
  3. jasonb

    jasonb New Member

    Joined:
    Apr 25, 2013
    Messages:
    23
    Likes Received:
    1
    That worked. Thanks!
     
Thread Status:
Not open for further replies.

Share This Page