Side bar background colour

Can you tell me how to change the sidebar background colour to White.

Thanks
David

Hi David,

Are you using the Ethos stack? If so, please try this code X > Theme Options > CSS:

body {
    background-color: #fff;
}

Hope this helps.

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