Tagged: bold
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
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
That was fast! Thanks alot Yigit, it worked.
Andrew
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