Okay
  Public Ticket #484417
background color
Closed

Comments

  • Andrew started the conversation

    I'm looking to change the white background color that seems to be default on all new pages that I create.

    Here is a screen shot http://gyazo.com/ac4268bec9b106601499bfbd852f48bf

    Thanks again


    Drew

  •  8,987
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .container-wrap, .project-title {
        background-color: #ff0 !important;
    }

    Thanks


    ThemeNectar Support Team