Hi guys,
I’m trying to set headers in the footer to be white, yet I’m not able to get them past the bluish color you can see by scrolling down to the bottom at:
http://paradisefoundflorida.com/calendar-rates/
I can control everything in Enfold –> General Styling –> (apart from the header color in) Footer.
I set Primary color, Highlight color, Footer Font color to #ffffff yet the header is not white.
Where am I wrong? I’ve seen this weird behavior in the footer of all the sites I’ve done and never really cared until now. I would need to fix where I’m wrong at this point though.
Thanks
Antonio
Hey Antonio!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .widgettitle {
color: white !important;
}
Cheers!
Yigit
That’s awesome, Thank you Yigit!
Antonio