Hi there,
I’ve entered the following CSS code to create an underline under hovered-over menu items but nothing happened:
.x-navbar .desktop .x-nav > li > a:hover {
box-shadow: 0px 2px 0px 0px #000;
}
.x-navbar .desktop .x-nav > li.menu-item-636 > a:hover {
box-shadow: 0 2px 0 0 #276aa9;
}
I found this code on an old Theme.co forum and I’ve tried many other CSS codes out there. Is there anything I could be doing wrong?