To Whom It May Concern:
Please advise how to enable a hover color in the drop-down menu in the EcoPro theme. On my site, http://naturespropa.com, the menu item "Services" has a drop-down menu, but I cannot figure out how to enable a hover color for the items in the drop-down menu.
Hover Effect for Drop Down Menu in EcoPro
Started by
grimus151
, Oct 14 2011 11:44 AM
3 replies to this topic
#1
Posted 14 October 2011 - 11:44 AM
#2
Posted 14 October 2011 - 05:35 PM
Use the following in your custom CSS and change the colors as needed:
Hope that helps!
#nav ul.dropdown a:hover, #nav ul.dropdown li.menuhover > a {
background-color: #FFFFFF; /*THE HOVER BACKGROUND COLOR*/
border-color: #EEEEEE #EEEEEE -moz-use-text-color; /*THE HOVER BORDER COLOR*/
}
#nav ul li a:hover {
color: #6D9F23; /*THE HOVER TEXT COLOR*/
}
Hope that helps!
#3
Posted 14 October 2011 - 05:35 PM
PS. The link you provided doesn't work.
#4
Posted 15 October 2011 - 08:29 PM
sorry the link is naturescarepa.com











