Okay
  Public Ticket #240650
background
Closed

Comments

  • Andris started the conversation

    Hi,

    I set background to black, but when loads page shows white and only at end show black ? how i can change background to black

  •  8,448
    Tahir replied

    Hey Andris!

    Add this into the Custom CSS box located in your Salient Options panel:

    body .container-wrap {
        background: #000 !important;
    }
    

    Cheers


    ThemeNectar Support Team