Shape 5

Joomla Templates => EZ Web Hosting - Club => : webmeup October 06, 2016, 11:19:51 AM



: Header color
: webmeup October 06, 2016, 11:19:51 AM
I want to change the header color that is to the left of the menu.  I have changed the menu color to white and I want the left section of the header be white as well.  Please advise.  Thanks


: Re: Header color
: jonahh October 06, 2016, 01:16:02 PM
The header color is set in the index.php file and is combination with a highlight color. You would need to look for "#s5_header_area1" and you'll see the CSS that is setting the gradient for it there.


: Re: Header color
: webmeup October 06, 2016, 02:44:48 PM
/css/template.css  line 542 the background is set to white #FFFFFF as shown below.  Not sure what I'm missing.  Please advise.  Thanks.


#s5_header_area1, #s5_header_area_inner {
   background:#ffffff;}


: Re: Header color
: jonahh October 07, 2016, 03:15:00 PM
You need to edit in the index.php file as I was mentioning above as the code is contained in there at the top. You'll see all the CSS at the top.