Shape 5

Joomla Templates => Basics - Club => : compswazi April 09, 2010, 07:28:57 AM



: Changing the Template Background colour
: compswazi April 09, 2010, 07:28:57 AM
Help I want to change the background colour form the light grey "f4f4f4" to green "22513c"

I have changed the colour in the template css. but It doesnt update to the green.. Is the another template file I should change ???


: Re: Changing the Template Background colour
: mikek April 09, 2010, 08:13:56 AM
Hello, please post a url and mention the specific background are you would like to change.


: Re: Changing the Template Background colour
: compswazi April 10, 2010, 12:57:31 PM
Sori the url is www.njelwane.com/nedbank
I want to change the grey "f4f4f4"to the green "22513c"


: Re: Changing the Template Background colour
: mikek April 12, 2010, 07:37:42 AM
Hello, the background is created by the following css in light.css:

body {
background:url("../images/s5_header_bg.png") repeat-x scroll left top #E5E5E5;
}

You would need to change the color code and also edit the s5_header_bg.png file as needed.