Home Forums WoodMart support forum Label only Visible on Hover Reply To: Label only Visible on Hover

#466992

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.