I would like to add a underline on hover to all my menu items for “SoundShock Menu 2.0” except the top level like in the “How-To-Tutorials” in the upper left hand corner of this webpage: https://music.tutsplus.com/tutorials
I am currently using ubermenu and have tried this to no luck
.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-target:hover,
.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-active > .ubermenu-target {
text-decoration: underline;
}
Any help accomplishing this would be appreciated! would be appreciated!
Thanks