Shape 5

Joomla Templates => Shenandoah - Club => : rkkadian April 06, 2012, 10:59:21 AM



: Shenandoah-Change background color, Logo Background , Header color & font color
: rkkadian April 06, 2012, 10:59:21 AM
can you tell me how can i change the background color , Logo Background ,  Header color & font color of following templates ( please mention step by step instead  like Go to this.css or fill and then go to line no. 235 then you can change present color ( #e345Dfe) to your new choice color here means guidance for just non-developer/non-technical  types) .


Required  templates :


1) Shenandoah


: Re: Shenandoah-Change background color, Logo Background , Header color & font color
: mikenicoll September 07, 2012, 11:52:10 PM
Add the following code to any modules you want to change the background for. You can find out what module and what line of code you need to change using Firebug with Firefox. You need to goto your websites FTP or File Manager to access the template.css file that you need to change the code for.
background-color: #FFFFFF;

So for example.

If you wanted to edit the background of the logo header to red for this website you are on now.

You would find in the template.css file

#s5_logoheaderarea {          (When hover over with Firebug it tells me this is the module I want to edit)

and delete any existing background then add:

background-color: #FFFFFF;

(http://img21.imageshack.us/img21/2840/test5bz.jpg)