Page 1 of 1

Default Theme Colour Change

Posted: Tue Aug 07, 2012 11:27 pm
by Timbo69
Hello

We are wanting to swap the colour of the background, which we know how to do but we have a few problems and i am wondering if you could help us sort this

Our website is http://www.ocdcarcare.co.uk.

Now on our website when we want to change the background colour we only want it around the sides, but to keep the middle white. Like below
Image

Now we have a problem on this page were the shopping car background is staying white, how can we change this?

On our informantion pages
How do we get the bckground white? in the middle area keeping all the sides tops blue?
Image

Pretty much same on this page, we are wanting the middle white
Image

Also last but not least we need to clean this up with a white back ground.
Image

I am guessing this might just be a very simple table feature i just cant find were or which one we need to play with and how to do it

Many
Thanks
Tim

Re: Default Theme Colour Change

Posted: Tue Aug 07, 2012 11:57 pm
by zuhenry
You have a slight issue that you need to fix in order for the background color to display properly. The issue that you should fix is that your right column goes over the border of the "container", you will see what I mean...

To fix the color issue, change the stylesheet ,after line 11, file like this:
change color parameter:
background-color: blue;
change the color parameter to whatever color you want to have for the background
Then change the container background also in the stylesheet file, line 133, add this:
background-color: white;

That should change the colors the way you want it, but again the right column will be going over the border...

let us know if this works.

Thanks

zh

Re: Default Theme Colour Change

Posted: Wed Aug 08, 2012 12:14 am
by Timbo69
Ah cheers for that, i will have to make the images on the side a tad smaller i think.

Re the background colour.

I have just changed the container colour and its just changed the far right and far left,
I would like it to inc the top, also were the catogories panel is (but not the catogries back ground. also were i have the 2 offers on the side.

Many thanks for your help so far

Re: Default Theme Colour Change

Posted: Wed Aug 08, 2012 12:37 am
by zuhenry
Could you send us a picture of how you would like it...

zh

Re: Default Theme Colour Change

Posted: Wed Aug 08, 2012 12:38 am
by Timbo69
yea give me 5 mins

Re: Default Theme Colour Change

Posted: Wed Aug 08, 2012 12:53 am
by Timbo69
Hi Hope this helps

Were its higlighted Red, is what i would like to be white.

The sides to be blue. eg: were i have my offers on left colum and right colums

HOME PAGE

Image
INFO PAGES
Image
Product pages
Image
PRODUCT DETAILS PAGE
Image

Re: Default Theme Colour Change

Posted: Wed Aug 08, 2012 12:59 am
by zuhenry
Ok, try this:

again modify the stylesheet, line 183, add the following:

background-color: blue;

zh

Re: Default Theme Colour Change

Posted: Thu Aug 09, 2012 1:51 pm
by HowardHaines
Thank you for sharing this!This is what I need !