Okay
  Public Ticket #154976
Change background colour
Closed

Comments

  • Tommaso started the conversation
    Hi I'm trying to get a uniform #666666 background for my page. I know how to change the background for the full sections but the standard light grey keeps coming out at the bottom of the last section. Could you please let me know how to change the colour of the main background please? Thanks! T
  •  1,043
    ThemeNectar replied

    Hey Tommaso!

    Add this into your custom css box in the Salient options panel:

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

    Cheers :)

  • Tommaso replied

    Worked perfectly. Thank you very much! 

    Only thing it is still showing the original light grey on the projects item header. Could you please send me instructions on how to modify this to the same #666666 background?

    http://factoryfutures.com/portfolio/aa-visiting-school-ivrea-2013/

    Thanks!!

  •  1,043
    ThemeNectar replied

    You're very welcome!

    Just change that above snippet to this:

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

    Cheers :)