change color of hyperlink for pages and posts

Discussion in 'Nutrition WordPress Theme' started by capriciousyogi, Sep 28, 2013.

  1. capriciousyogi

    capriciousyogi New Member

    Joined:
    Aug 2, 2013
    Messages:
    8
    Likes Received:
    0
    Hello,

    Currently all of my links show up as black text and are only noticeable as links if someone rolls over them. I would like them to appear as links without having to roll over them. I tried to put in the CSS code suggested on other posts, but had little success. Can you help?

    Many thanks!
    Rachel
     
  2. Piyush

    Piyush Support Staff

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

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    a, a span{
    color: red ! important;
    }
    In place of "red" you can put your color or color code.
    This will solve your issue.
     

Share This Page