Okay
  Public Ticket #246310
background color for individual pages
Closed

Comments

  • Ian started the conversation

    Hi,

    I want to change the background body color of specific pages. I want to keep the default background color for the 'contact page'. BUT, i want my other pages to have a black background, such as the URL I posted.

    please help,

  •  8,443
    Tahir replied

    Hey!

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

    body.page-id-3054 .container-wrap {
        background: #000 !important;
    }
    body .portfolio-items .col {
        background: transparent !important;
    }
    
    

    Thanks


    ThemeNectar Support Team 

  • Ian replied

    perfect! thank you.