Anonymous
December 3, 2018 at 6:54 pm
Hello,
I am trying to turn all the font white in the row at the top of this page (over the green background):
*Login to see link
I was able to change the paragraph text white at the widget level by going to Edit >> Design >> Font Color
But when I entered #ffffff there, it *only* changed the parapgraph copy, NOT the font in the header tags.
I would like to use the different fonts I have set in the Typography section, but I cannot turn this font white at the website level because there are other places I am using it that need to remain dark (such as the front page).
I have tried multiple ways to override the H2 & H4 font color using html directly in the visual editor, and also by dropping css into the Widget Styles >> Attributes >> CSS Styles section, as below:
<style>
h2 {
color: #ffffff;
}
</style>
(and also without the <style> & </style> to see if that worked better)
Nothing I do seems to work, to make the H2 and H4 font turn white, other than changing it sitewide. Do you have a way I can change it for this widget only?
Thank you in advance!