Home › Forums › WoodMart support forum › Code white label › Reply To: Code white label
April 27, 2021 at 6:51 am
#287046
Bogdan Donovan
Keymaster
We have already found your site link before reply, but it was under maintenance mode. If the site is under maintenance mode it needs to be disabled or admin access will be needed to check your site mobile menu. As we can see now, maintenance mode is disabled.
Try to add the following code snippet to the Custom CSS area in Theme Settings:
body .wd-nav-mobile .menu-item-compare {
display: none;
}
Kind Regards