1. rjmprofessional

    rjmprofessional New Member

    Joined:
    Jul 26, 2012
    Messages:
    25
    Likes Received:
    1
    Currently, my main text is grey and my hyperlink text color is black (and the hover is yellow).

    I would like the following:
    Text - Black
    Hyperlink - Blue
    Hover on hyperlink - Yellow

    Please advise.
     
  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:
    body,p,h1,h2,h3,h4,h5,span{
    color: black !important;
    }
    a{
    color: blue !important;
    }
    a:hover{
    color: yellow !important;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. rjmprofessional

    rjmprofessional New Member

    Joined:
    Jul 26, 2012
    Messages:
    25
    Likes Received:
    1
    Thank you so much Yogesh. I really appreciate prompt support of the Inkthemes team!

    I didn't realize how the link text would effect my menus, etc. Would it be possible to just have the hyperlink text in the body of pages and posts to be blue?
     
  4. Yogesh

    Yogesh Guest

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

    Please provide use your live website URL.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page