Tagged: Color
I set the H3 title to a color that works throughout the site but not on the footer. So I went in to add code manually and it won’t stick. How can I add code in the quick css that will do this?
Thank you!
Hey Jojo_W,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#footer h3{
color:#FFF!important;
}
Best regards,
Vinay