Hello, 1. I would like to change the white front page color from white to tan. Thanks, the website is getinc.biz Crystal
Hello Crystal, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .home .container { background-color: tan; } In place of "tan" you can put your color or color code. This will solve your issue.
Thank you, if I needed to change the background color all the other web pages also, how would the code change? Sorry I couldn't figure out how to change the thread subject line.
Hello, For this issue, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .container { background-color: tan ! important; }