Jump to content

Archived

This topic is now archived and is closed to further replies.

thoinayezine

DMS 2 how to change color on main menu on hover

Recommended Posts

thoinayezine

HI,

I am looking to change to main menu on hover color? how do i do that?

Share this post


Link to post
Share on other sites
batman

Hi thoinayezine

Please, you can try to add in

Custom > Custom CSS/LESS
or in 
Child theme
 
for example
 
.section-navi .pl-nav > li.current-menu-item > a {
opacity: 1;
background: red;
}
 
It is advisable to learn how to do this on your own too.  
 
My exemplary code is not necessarily applicable as written, to your site, so please adjust accordingly.

Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
thoinayezine

thank you for your help.....the active menu link change to red....but the one i want is the on hover

Share this post


Link to post
Share on other sites
Danny

Hi,

 

As you haven't provided a link to the site in question, we are unable to give you the exact code, as we do not know what navigation section you're using. However, you can try this:

 

#site .menu-item a:hover { color: red; }


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
thoinayezine

the url is www.royalnailsomaha.com ......change the color on hover on main menu

Thanks

Share this post


Link to post
Share on other sites
Danny

The CSS, I gave you above works in changing the color state on hover.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites

×