I would like to put white color in my mainpage and an another color on the left and right side of the mainpage (background theme) . Please can you help me how to do this?
Problem Background & Mainpage Background
2 posts from 2 voices-
Posted 8 months ago #
-
Hi,
This controls the color, please change E0E0E0 to FFF to get white color:
body { background: #E0E0E0 !important; }This controls the dark upper part of the background. You can change 222 to any hexadecimal color you want and add to the bottom of your custom.css file
#headwrap { background: #222; }Thanks,
Nick
Posted 8 months ago #
Reply
You must log in to post.














