hyperlink color

Discussion in 'ReThink WordPress Theme' started by gopherdrop, Apr 21, 2013.

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

    gopherdrop New Member

    Joined:
    Dec 28, 2011
    Messages:
    3
    Likes Received:
    0
    How do I change the hyper link color in posts and pages. Currently hyperlinks are the same color as normal text.

    Thanks,
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content_bar .product-info p a {
    color: red;
    }
    .feature_content p a {
    color: red;
    }
    .fullwidth p a {
    color: red;
    }
    Inplace of "red" put your color code.
     
  3. gopherdrop

    gopherdrop New Member

    Joined:
    Dec 28, 2011
    Messages:
    3
    Likes Received:
    0
    That worked. Thanks so much for the quick response.



     
Thread Status:
Not open for further replies.

Share This Page