Okay
  Public Ticket #330052
color background
Closed

Comments

  • Daphne started the conversation

    Hi, 

    I would like to change the color of mij background. Standard it is a light grey, and I would like it to be white #ffffff, standard. 

    is this possible? Because i can't find anywhere how to change this setting. each row I add in the editor is this light grey. 

  •  8,844
    Tahir replied

    Hey!

    Sure, Add this into the Custom CSS box located in your Salient Options panel :

    .container-wrap,.home-wrap {
        background-color: #fff !important;
    }
    

    Thanks 


    ThemeNectar Support Team