Home › Forums › WoodMart support forum › Different Shop Page Widget Area for mobile › Reply To: Different Shop Page Widget Area for mobile
January 12, 2021 at 2:57 pm
#257737
Elise Noromit
Member
Hello,
If you want to hide this element https://prnt.sc/wlvze5 on the mobile It can be possible with custom CSS
Please add this code to the Theme Settings > Custom CSS > Mobile:
.widget_nav_mega_menu {
display:none;
}
Best Regards