Background-Color has no effect?

Hi,

It seems like the Background-Color setting under Theme Options - > Layout & Design has no effect at all.
I can change it to what I want, yet the pages keep a white background.

–> http://pangyou.monella.me

Any ideas what that setting actually changes and what I have to do to get the background colour changed? It seems stupid to add CSS code to change one of the main settings of the site.

Thanks,

Maurice

Hello Maurice,

Thanks for writing in! By default, the Renew stack has a built-in CSS background color and it is set to white. You can override it by using custom CSS so that the background color that you have selected in X > Theme Options > Layout & Design > Background Options will take effect. You need to add CSS code into X > Theme Options > CSS.

Please use this code to override it:

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

We would love to know if this has worked for you. Thank you.

Hi,

Thanks, that worked!

We’re glad it worked.

Cheers!

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