Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22965

    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

    #118062

    Hi kriru,

    I’m not sure which theme you are using, but generally you can change the color of the bold text by adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top p strong {
    color: #333;
    }

    Just change the color code to the color you want.

    Regards,

    Devin

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