Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22966

    Dear sir,

    In main content bold fonts and links have same color and cannot be diffrentiate.so how can i change the color of link an bold font

    #118063

    Hello Dear Sir,

    What theme do you have in your website?

    Regards,

    Ismael

    #118064

    Hi Ismael,

    The website in question is – http://web.guru99.com/

    The theme I am using is – “EnFold”

    The setting I am modifying is – http://screencast.com/t/XOoBtETh

    The problem I am facing is highlight and links are same color – http://screencast.com/t/kc3V7qhiedba

    I am not sure which setting to modify to affect this

    #118065

    Hi,

    Please add this on your custom.css or Quick CSS.

    This is for the links.

    .main_color a {
    color: #8BBA34 !important;
    }

    This is for the bold text.

    .main_color b {
    color: #8BBA34 !important;
    }

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘link and bold fonts have same color cant be diffrentiate’ is closed to new replies.