Shape 5

Wordpress Club Themes => General Contractor - Club => : cspub February 16, 2016, 04:51:54 PM



: top menu doesn't show up when hover
: cspub February 16, 2016, 04:51:54 PM
The top main menu doesn't show well on my image when you hover the menu. The white text displays ok, but when hover it goes to green which is the hi light color I assume. Where can I change the color for only the menu? I still want the shade of green for highlight in other areas.


: Re: top menu doesn't show up when hover
: Tristan Rineer February 17, 2016, 03:38:59 PM
Can you provide a link, so I can look at it with Firebug (http://getfirebug.com/)?  There's no independent color setting for the menu highlight, so it will require some custom CSS.


: Re: top menu doesn't show up when hover
: cspub February 17, 2016, 03:47:23 PM
https://192.254.135.248/~keithstractormow/
I had to add the dk. green bar on top of pic to get the white to show. but now the hover words don't show. wish the menu was on the very top bar where search is. thanks


: Re: top menu doesn't show up when hover
: Tristan Rineer February 17, 2016, 06:49:49 PM
The following CSS should allow you to define the hover color for just the menu:

:
#s5_nav li:hover a{color:  #ff0032}

Change the color code to whatever you need it to be, of course.


: Re: top menu doesn't show up when hover
: cspub February 17, 2016, 06:50:59 PM
do i just add that to the main template css and do it anywhere or does that line already exsist?


: Re: top menu doesn't show up when hover
: Tristan Rineer February 17, 2016, 06:51:58 PM
You can add it to the theme's style.css file.