How to change Link Color

Discussion in 'Subscribely v2 WordPress Theme' started by sunnyca, Nov 6, 2014.

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

    sunnyca Member

    Joined:
    Sep 16, 2012
    Messages:
    88
    Likes Received:
    3
    Hello there,

    The link in the posts or pages are the same as the text, black. How can I change the links to be green or blue?

    Thanks!
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #content_wrapper a {
    color: green/blue !important;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. sunnyca

    sunnyca Member

    Joined:
    Sep 16, 2012
    Messages:
    88
    Likes Received:
    3
    That's great! Thank you Yogesh!
     
    Yogesh likes this.
Thread Status:
Not open for further replies.

Share This Page