Okay
  Public Ticket #370828
Page background
Closed

Comments

  • Yoshi started the conversation

    Hi there, how do I change the page background colour to a light grey - site wide? probably a stupid question but I can't see an immediate way.


    thanks

  •  8,848
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    html body .container-wrap {
        background-color: #ccc !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Yoshi replied

    brilliant, thanks!