Home › Forums › WoodMart support forum › non-clickable products in the online store › Reply To: non-clickable products in the online store
May 18, 2023 at 5:07 pm
#468118
Bogdan Donovan
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.wd-header-cats:not(.wd-opened) .menu-item.wd-opened .wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp {
pointer-events: none !important;
}
Kind Regards