Okay
  Public Ticket #600299
Background Colour of Site
Closed

Comments

  • Barry started the conversation

    Hello,

    I am curious how do I change the background colour of the entire site from what it is to #1a1a1a.

    Kind regards,

  •  8,470
    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: #1a1a1a !important;
    }

    Best.



    ThemeNectar Support Team