Home › Forums › WoodMart support forum › Product page remove sidebar elements (mobile) › Reply To: Product page remove sidebar elements (mobile)
December 5, 2019 at 7:10 am
#161203
Aizaz Imtiaz Awan
Keymaster
Hello,
To remove the sidebar opener from the mobile screens. Try the below CSS code in Theme Settings >> Custom CSS >> Custom CSS for mobile and Custom CSS for mobile landscape:
.offcanvas-sidebar-mobile .woodmart-sticky-sidebar-opener:not(.sticky-toolbar) {
display: none;
}
Best Regards.