Okay
  Public Ticket #467812
Changing page background colour
Closed

Comments

  • Martina started the conversation

    Hi,

    I'm trying to change the background colour for one of my website pages (http://www.cosmiccaboodle.com/?page_id=149). The default is white and I want to make it black, so that the inner text box (row set up as 'in container') ends up looking like a white page sitting on a black background. I tried changing the page's CSS setting using the following

    body {

    background-color: #000000;

    }

    but as you can see from the webpage, there is no black background.

    Many thanks in advance for your help

    Martina

  •  8,851
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .container-wrap {
        background-color: #000 !important;
    }

    Thanks



    ThemeNectar Support Team