Comments dyvesh started the conversationSeptember 9, 2021 at 7:04pmHello, Can you please indicate which CSS code to change the footer background color, please? Thank you,[deleted] repliedSeptember 10, 2021 at 7:37amHi dyvesh, Please go to Appearance > Theme Editor > choose the Stylesheet (style.css) file and you will find this CSS code: footer.site-footer { background: #222 !important; } there you can change #222 to your favorite color. Have a nice day!dyvesh repliedSeptember 11, 2021 at 6:39amHello,Can you please indicate how to change the font color for footer also?(text and hyperlinks)Thank you very much.:)[deleted] repliedSeptember 13, 2021 at 6:43amHi,You can change your skin by navigation to Theme Styling (read more), but If you want to change only that footer part, here is the CSS code: footer.site-footer p, a, h1, h2, h3 { color: red !important; }Have a nice week! Sign in to reply ...
Hello,
Can you please indicate which CSS code to change the footer background color, please?
Thank you,
Hi dyvesh,
Please go to Appearance > Theme Editor > choose the Stylesheet (style.css) file and you will find this CSS code:
there you can change #222 to your favorite color.
Have a nice day!
Hello,
Can you please indicate how to change the font color for footer also?(text and hyperlinks)
Thank you very much.
:)
Hi,
You can change your skin by navigation to Theme Styling (read more), but If you want to change only that footer part, here is the CSS code:
Have a nice week!