Change background color in footer

2 replies · opened Jan 11, 2021

PpotteryguyJan 11, 2021

Hello! I am trying to change colors in footer and copyright, but can't get it to change in the footer of the style sheet. This is what I have entered:

#footer {
position: relative;
background-color: #4872ae;
border-top: 5px solid rgba(0,0,0,0.2);
}

Please advise. Thank you!
Eric

SSemicolon WebSTAFFJan 12, 2021

Hello,

Please notice if the #footer has the .dark Class applied to it. If yes, then use this instead:
[ch_pre type="css"]#footer.dark {
position: relative;
background-color: #4872ae;
border-top: 5px solid rgba(0,0,0,0.2);
}[/ch_pre]

Also make sure that you are adding all your Custom CSS Codes in the css/custom.css File according to this Documentation: http://docs.semicolonweb.com/docs/getting-started/theme-customization/ .

Hope this Helps!

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

PpotteryguyJan 12, 2021

Hello, thank you.

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