Hello,
How can I change a background color of the pages in the site from white to a nice gradient color (or any)?
(7 posts)
(4 voices)
Hello,
How can I change a background color of the pages in the site from white to a nice gradient color (or any)?
Hello Yakir,
Do you mean the white background of your content? If possible then take a screenshot and highlight which areas you are talking about just so we are on the same page.
Hi,
Go to the theme folder, and open the file "header.php". Just before the </head> tag, paste this code:
<style type="text/css">
#body_block_background {
background: #000;
}
</style>
This code will make the background black, so you will probably want to replace "000" with your own color.
Hope that helps.
I tried this on Awake.. didn't work, any suggestions?
Try this mottac,
#body_block_background { background: black !important; }
Depending on what you are trying to do you may also need to edit a bunch of images such as the breadcrumbs, sidebar, thumbnails etc etc.
worked for me!
You must log in to post.