Okay
  Public Ticket #275646
content background color - removed
Closed

Comments

  • Jackie started the conversation

    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

  •  291
    Paul replied

    Hi 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