This topic has 4 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Rose Tyler
When I open menu with HOT/NEW label I got issue. Line becomes white in dark theme. How can I fix it?
Hello,
Try to add this code in Theme Options > Styling > Custom css:
.menu-wrapper .menu ul > li.menu-label-hot:hover, .menu-wrapper .menu ul > li.menu-label-new:hover, .menu-wrapper .menu ul > li.menu-label-sale:hover {
background-color: #2f2f2f;
display: block;
}
.item-design-dropdown .nav-sublist-dropdown ul > li > a:hover {
background-color: inherit;
color: #fff;
}
Regards
Thanks! It works.
Hello,
You’re welcome!
Regards
The issue related to '‘HOT/NEW label in menu’' has been successfully resolved, and the topic is now closed for further responses