Footer and background colour

Hi
at staging.modburyteam.org I am using three widget footers. I am trying to establish where the background colour is coming from and exactly what colour it is as I want to use it elsewhere, but I can’t seem to find this

Also I have been trying to set the page background colour using Theme Options > Layout > background colour, but the colour is not being changed.

Can you tell me what I am doing wrong please?

Many thanks

Hi Alex,

Thank you for writing in, that is the native background color of the standard top footer, the color code of that is #f9f9f9, you can change that by adding this to Theme Options > CSS

 .x-colophon.top {
 	background-color: red;
 }

Regarding the background color, there is actually a white background coming from the renew stack. Please add this to Theme Options > CSS

 .x-renew .site,
.x-renew .x-site {
 	background-color: transparent;
 }

Hope it helps,
Cheers!

Very many thanks - helped a lot - exactly what I needed.

Alex

Glad to hear that, Alex!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.