Shape 5

Joomla Templates => Hosticity - August 08 - Club => : jc786 November 25, 2009, 04:26:32 AM



: change background color from white to red
: jc786 November 25, 2009, 04:26:32 AM
Hi,
I have chosen the dark them and now want to change the background color where the content goes from white to red. I've looked for the  bg color tag in the template html but cant find it. is there something else i should be looking for?
Thanks ???


: Re: change background color from white to red
: mikek November 25, 2009, 08:03:34 AM
Hello, you would have to add the following to the bottom of your template_css.css file:

#s5_middle {
background:#0000ff;
}

Change the color to whatever color you wish.


: Re: change background color from white to red
: jc786 December 01, 2009, 07:26:27 AM
Hi,
I have manged to changed the background color to black but off course now the text has become hidden as it is also black. I have changed the text color using the editor in the content articles but i can change the color in the contact page as there is no editor there.  How do i do that?

I have edited the template css at the beginning to white:
a  {
   text-decoration: none;
   font-family: Arial;
   color:#ffffff; }
but all that does is change any text with a hyper text link to white. the rest of the text is still black.


: Re: change background color from white to red
: mikek December 01, 2009, 08:20:50 AM
Please post a url.


: Re: change background color from white to red
: jc786 December 01, 2009, 05:46:24 PM
hairbynadia.com


: Re: change background color from white to red
: mikek December 02, 2009, 08:12:39 AM
Hello, I don't see any black text on your site, it's all pink, blue and white.


: Re: change background color from white to red
: jc786 December 02, 2009, 09:59:13 AM
Please see the CONTACT page


: Re: change background color from white to red
: mikek December 02, 2009, 01:34:46 PM
At the top of the template_css.css file you'll see the body { seciton, under that add:

color:#FFFFFF;