Okay
  Public Ticket #202568
Issue with changing background colour for all pages
Closed

Comments

  • icee started the conversation

    As you can see on the site, the "About us" still has a off-white background unlike the rest of the website. I used your CSS coding. What am I missin?

  •  8,839
    Tahir replied

    Sure, Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only: 

    body .container-wrap,body .project-title {
        background: #fff !important;
    }
    

    Cheers


    ThemeNectar Support Team