Shape 5

Joomla Templates => Touch of Soul - Club => : indaba March 31, 2010, 02:23:49 PM



: Changing Background & Hover images for main (top) menu
: indaba March 31, 2010, 02:23:49 PM
I am trying to change the hover and background images for the main menu.  However, I am having trouble finding where in the CSS files to make those changes.  When I use Firebug I get the address of the page I am looking at not an actual file path.  Is there compression happening somewhere that I am missing?

I simply want to make the hover and background transparent, no image.  Just a change in font color.  Any tips on where to find the appropriate file to change would be greatly appreciated.

Site: http://www.dev.fish-hoek.com (http://www.dev.fish-hoek.com)


: Re: Changing Background & Hover images for main (top) menu
: mikek April 01, 2010, 07:55:02 AM
Hello, it's in the template's index.php. Look for:

#s5_navv ul li.active:hover, #s5_navv ul li.active.sfhover {

And remove that section, and also this section:

#s5_navv ul li:hover, #s5_navv ul li.sfhover, #s5_navv ul li ul li.active:hover, #s5_navv ul li ul li.active.sfhover {


: Re: Changing Background & Hover images for main (top) menu
: indaba April 02, 2010, 09:28:41 PM
That plus

#s5_navv ul li.active:hover, #s5_navv ul li.active.sfhover

and I was all set.  Thank you so much for the help.