Okay
  Public Ticket #158825
Change background color to white?
Closed

Comments

  •  1
    Hercules started the conversation
    Hello! Great theme. How can I change the background color of the page content to white (thus matching the background color of the menu header)? Thank you very much for your help!
  •  1,069
    ThemeNectar replied

    Hey X X!
     

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

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

    Cheers :)

  •  1
    Hercules replied

    Thank you so much - worked like a charm! And how could I eliminate the gray bar at the bottom of the header menu so it seamlessly flows into the rest of the page? Thank you again.

  •  1
    Hercules replied

    I would also like to change the background color of the portfolio category filter bar to white, please. How can I do this? Thank you again!

    http://www.fisherlightingandcontrols.com/our-lines/

  •  1,069
    ThemeNectar replied

    Hey again!

    Add these into your Custom CSS box located in your Salient Options panel as well:

    1.

    #header-outer { box-shadow: none!important; }

    2.

    .project-title {
      background-color: #fff!important;
    }

    Cheers!

  •  1
    Hercules replied

    Thanks!