Tagged: enfold settings, footer
I’m sure that I’ve done something wrong, but my footer heading text is pink, when it should be red. Can you look at the provided link, scroll to the footer and look at my footer headings? I’ve probably set this up in the Enfold Footer settings under General Settings, but not sure what to do.
Thanks for taking a look at this!
Hi!
Go to Enfold > General Styling > Footer and change the Footer font color setting.
Best regards,
Josue
Thank you for this feedback, but those settings were already in place and accurate. My footer font setting is #d80016 which is a bright red. It’s as if there’s a transparent layer or an outline over my footer headings. Thoughts?
I am running 2.9.1. Updated it several days ago.
Hi!
Your current theme is 2.7.1, please see “Version” here:
http://guestpublic.com/wp-content/themes/enfold/style.css
Regards,
Josue
Thank you. I have updated to 2.9.1. Strangely, the “1” update notification usually displayed within Enfold didn’t appear until after you had notified me us this update.
I followed your directions above, even changing the Footer Font Color to a dark blue, and you can see that my headings appear in a light blue, as if there is some obfuscated sheen over my title text.
Please reference website footer for example of changed color, with same title font effect.
Thank you again for your attention.
Hey!
Try adding this code to the Quick CSS:
#footer .widgettitle {
color: red;
}
Change as needed.
Cheers!
Josue