How to change colors for the footer (Widget ares and copyrights area ) section?

1 reply · opened Jun 23, 2020

Llilylee346Jun 23, 2020

Where can I find the color codes for footer (Widget ares and copyrights area ) section? I want to change it from original black and dark gray to our branding color of dark red and rich red. Please refer to the image with this message.
Many thanks for your help.

SSemicolon WebSTAFFJun 23, 2020

Hello,

You can simply consider using the following CSS Codes to modify the Background Colors:


#footer {
	background-color: #EEE;
}

#copyrights {
	background-color: #DDD;
}

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard