Tagged: administrator, help, support
If i make an item then it automatically turns the color i specified under the settings area of the main content/Primary Color.
The pre-set color is black.
Well, sometimes i want a certain area of text to be WHITE, with bolded WHITE words.
But then if i bold it, it automatically turns black, which is the pre-set for anything that has a strong tag attached to it.
This is Bothersome, because strong tags help differentiate text.
How can i make it so that that setting is de-activated?
This way i can tag various things that are various font colors without having the font color change.
-Elliot
Hi elliotstiller!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color strong, .alternate_color strong { color: inherit !important; }
Cheers!
Yigit
That is a strongly good fix.
I was worried that ENFOLD was coming off strong…
;)