Hi, I would like to get some direction as to where I can go to find the hexadecimals for the header & body colors of the theme (Salient). Right now the only option is white (or black on the header), I want it all to be a tanish color. Please help, thank you!
As long as you're on a semi recent version of Salient you can actually define your own header color scheme by selecting "custom" from the header color scheme dropdown :)
As for the body background, enter this in your custom css box in the theme options panel:
body, body .container-wrap, body .home-wrap, body #page-header-wrap {
background-color: #e2d5b3!important;
}
Hey James!
As long as you're on a semi recent version of Salient you can actually define your own header color scheme by selecting "custom" from the header color scheme dropdown :)
As for the body background, enter this in your custom css box in the theme options panel:
Cheers!