Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #211882

    Is there a way to change the color that bold text shows up other than changing the primary color in the theme styling settings? I want to keep all the other primary color things one color but just change the color of bold text.

    Thanks,

    Jonny

    #212005

    Hey deyowulf!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .main_color strong { color: red; } /* changes the color of main bold element */
    .alternate_color strong { color: blue; } /* changes the color of alternate bold element */

    Cheers!
    Yigit

    #212210

    Thanks Yigit :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Color of Bold’ is closed to new replies.