Before you ask please READ THIS

Page background color

in Rife Posts: 293
Hi Air
Yet another stupid question.. but for some reason (using canvas template) I cannot set the background color of the page to black .. you can see it here when resizing the browser window: https://czarfest.com
Any idea?
Thanks, Pascal

Comments

  • AirAir
    Posts: 10,970
    Hey Pascal :-)

    When you are using Elementor "Canvas template" you are removing almost all styling and features of the theme. Only thing that is used then are styles in style.css file.

    There is CSS rule for background color of body. You can override it with this custom CSS:
    body {
        background-color: #000000;
    }
    
    If normal Custom CSS will not work, due to Canvas template, please use Additional CSS instead
    http://rifetheme.com/help/docs/modifications-of-theme/custom-css/

    With kind regards.
  • Posts: 293
    Hey Air

    Thanks.. and yes.. Custom CSS didn't work but add. CSS did the trick!
    Thanks
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!