Home › Forums › WoodMart support forum › Label only Visible on Hover › Reply To: Label only Visible on Hover
May 15, 2023 at 2:18 pm
#466992
Aizaz Imtiaz Awan
Keymaster
Hello,
Try to add the following custom CSS code in Theme Setting -> Custom CSS Section.
body .wd-nav-main:not(.wd-offsets-calculated)>li:not(.menu-simple-dropdown) {
overflow: visible;
}
This issue will be fixed in the next theme update
Best Regards.