Active
Project:
BlueMasters
Version:
7.x-1.0
Component:
User interface
Priority:
Major
Category:
Support request
Assigned:
Reporter:
Created:
28 Mar 2011 at 08:39 UTC
Updated:
29 Mar 2011 at 19:44 UTC
Hello there,
A very beautiful theme, I love it. I have installed it and now I want to make my content pages that I have created to be colored too. I dont want it to have a white background. You can check this websites: http://www.maradiva.com/ & http://www.olympiaresort.com/ , you will observe that both the outside (background) and the main content pages are both colored only one is lighter than the other.
Please is there a way you can help me achieve this. While thanking you.
gtsopour and others pl come to my aid.
Comments
Comment #1
basking4me commentedComment #2
gtsopour commentedComment #3
gtsopour commentedContent pages background
The div#main-area-inside (see page.tpl.php file) has a background image style property. This background image is essentially that which determines the content pages background. The first solution is to replace this background-image named main-area-bg.png.
But, in order to give a solid background-color and remove the background-image, you could make the folowing change in style.css file line 77 FROM
TO
Body (outside) background
Body has a background image style property too. This background image is essentially that which determines the outside background. The first solution is to replace this background-image named bg.gif.
But in order to give a solid background-color and remove the background-image, you could make the folowing change in style.css file
line 2 FROM
TO
and line 43 FROM
TO
* All changes are related to style.css file