Home Forums WoodMart support forum Product page remove sidebar elements (mobile) Reply To: Product page remove sidebar elements (mobile)

#161203

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.