Jump to content

Archived

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

tompeet

custom nav hover

Recommended Posts

tompeet
Hi, hopefully you can help
 
I want the underline hover to be different for each nav item. In wordpress I have given one of the items a custom class of mountain and tried the following css but no joy
 
#site .section-navbar .navbar.pl-color-base .navline .mountain > li:hover > a,
#site .section-navbar .navbar.pl-color-base .navline .mountain > li.current-menu-item > a,
#site .section-navbar .navbar.pl-color-base .navline .mountain > li.dropdown.open > a {
  color: #000000;
  background-color: #FFFFFF;
  box-shadow: inset 0 -4px 0 #4f82a7;
}

Share this post


Link to post
Share on other sites
Danny

Hi,

 

Can you provide a link to the site in question please.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites

×