Okay
  Public Ticket #1069896
background color of one page
Closed

Comments

  • Janelle started the conversation

    Is there a way to change the background color of one page?

    I would lvoe for the background of my blog page to be a light grey for the whole thing, but I can't figure out how or what custom CSS to use.

    Thanks!

  •  8,342
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .page-id-5304 .container-wrap {
        background-color: #9E9E9E !important;
    }

    Thanks


    ThemeNectar Support Team