• Hi,

    How do I change the grey background colour of the sidebar, footer and content window?

    Kind regards,

    Robby

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Guido

    (@guido07111975)

    Hi,

    Please add this at page Extra CSS of the Customizer:

    
    #header-image {background:#cc0000; opacity:1;}
    #content {background:#cc0000; opacity:1;}
    #footer {background:#cc0000; opacity:1;}
    #sidebar {background:#cc0000; opacity:1;}
    

    Change color to your needs.
    I have set opacity at 1 to disable the opacity, but if you like the opacity please remove it from this CSS.

    Guido

Viewing 1 replies (of 1 total)
  • The topic ‘Change background colour’ is closed to new replies.