Link Color Change

Discussion in 'Covera WordPress Theme' started by hfoord, Aug 26, 2014.

  1. hfoord

    hfoord New Member

    Joined:
    Aug 9, 2013
    Messages:
    13
    Likes Received:
    0
    Can you please tell me the css to change the color of "link" in both pages and posts?
     
  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:
    .content a
    {
    color:red;
    }
    Thanks & Regards
    Pramod Patel
     

Share This Page