Home › Forums › WoodMart support forum › How can I remove the Compare from mobile menu? › Reply To: How can I remove the Compare from mobile menu?
July 22, 2021 at 11:55 am
#308096
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .mobile-nav .menu-item-compare{
display:none;
}
Best Regards