Tagged: 

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

    Hello,

    I cant seem to get inline font styling to overide what is in the styling option of enfold. For example, I am using the code below to add red to some text only <p style=”text-align: center;”><span style=”color: #ff0000; font-size: large;”>FINALLY!</span>

    but, the theme’s color overrides this. I don’t want all items in bold to be red so is there a solution?

    Thanks

    Andrew

    #198607

    Hi awilson3rd!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .main_color strong, .alternate_color strong { color: inherit; }

    Cheers!
    Yigit

    #198636

    That was fast! Thanks alot Yigit, it worked.

    Andrew

    #198638

    Hi!

    You are welcome Andrew! If you would like to set link colors to inherit as well, please use following code instead

    
    .main_color strong, .alternate_color strong, .main color a, .alternate_color a, .main_color strong a, .alternate_color strong a { color: inherit; }

    I am closing this thread for now. Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Font Styling’ is closed to new replies.