Comments Jackie started the conversationSeptember 4, 2014 at 4:01amI'd like to completely remove the content background color - but this can't seem to be done via CSS (debugger lists the item under "(index):73"The 'offending' line is circled in attached pic.How do I set the root-container div background-color to none? Thanks in advance 295Paul repliedSeptember 4, 2014 at 9:22amHi Jackie,You can use custom CSS to force that styling. Please go to "Style Customizer > Others > Custom CSS" and try using this:#root-container { background: none; }It will entirely remove the background out of the "#root-container" selector.Regards,Paul Sign in to reply ...
I'd like to completely remove the content background color - but this can't seem to be done via CSS (debugger lists the item under "(index):73"
The 'offending' line is circled in attached pic.
How do I set the root-container div background-color to none? Thanks in advance
Hi Jackie,
You can use custom CSS to force that styling. Please go to "Style Customizer > Others > Custom CSS" and try using this:
It will entirely remove the background out of the "#root-container" selector.
Regards,
Paul