Shape 5

Joomla Templates => EZ Web Hosting - Club => : brendank August 09, 2013, 04:15:08 PM



: Main menu highlight colour change
: brendank August 09, 2013, 04:15:08 PM
Hi there,

I was wondering if there is a way to change the highlight colour of the main menu independently of the template highlight colour so that the highlight colour on the main menu is a different highlight colour to that of the rest of the template.

Thanks.


: Re: Main menu highlight colour change
: mikenicoll August 11, 2013, 03:07:02 PM
Hello,

This is pretty heavily integrated into the Template but you can use overrides to get it the way you want.

Add this to the custom.css and adjust each part of the header backgrounds to your liking:


:
#s5_header_area1 {
     background: #FF0000 ! important;
}

#s5_header_area_inner {
     background: #FF00FF ! important;
}

#s5_header_menuright {
background: #00ffff !important;}

-Mike