Okay
  Public Ticket #2210928
Background Color on one page only
Closed

Comments

  • Aleksei started the conversation

    How can I change the background color on only one page? So far I see on the Salient theme options to change the whole site background color and on the row options on the page visual editor but I have way to many rows, I need to change the color background for the whole page, not the whole site. 

  •  8,992
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .page-id-2357 .container-wrap {
        background: #fff5ef !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Aleksei replied

    Hi Tahir! This worked but it changes the background color of all the site, not just that page. 

  •   Andrew replied privately
  •  8,992
    Tahir replied

    Hey Again,

    See screenshot : http://prntscr.com/pxre59 . The Css provided works correctly on that page only as its using that page id only. 

    Best


    ThemeNectar Support Team