Okay
  Public Ticket #229927
Background Color of Body
Closed

Comments

  • Abdul Latheef started the conversation

    I want to change the background color of the body (which is by default a slightly light greyish tone). How do I change that?

  •  991
    ThemeNectar replied

    Hey Abdul,

    Add this into the Custom CSS box located in your Salient Options panel:
    .container-wrap, .home-wrap, .project-title, .portfolio-items .col {
      background-color: #fff!important;
    }
    

    Cheers

  • Abdul Latheef replied

    Thanks. Worked perfectly! :)