Home › Forums › WoodMart support forum › Sticky navigation › Reply To: Sticky navigation
May 23, 2023 at 3:46 pm
#469197
Aizaz Imtiaz Awan
Keymaster
Hello,
Please delete the old custom CSS code and use the below custom CSS code:
body.page-template.page-template-maintenance.page-template-maintenance-php.page.page-id-8879.theme-woodmart.woocommerce-js.wrapper-custom.categories-accordion-on.woodmart-ajax-shop-on.offcanvas-sidebar-mobile.offcanvas-sidebar-tablet.sticky-toolbar-on.hide-larger-price.wd-sticky-nav-enabled.elementor-default.elementor-kit-3224.elementor-page.elementor-page-8879.e--ua-blink.e--ua-chrome.e--ua-webkit {
--wd-sticky-nav-w: 0px;
}
.page-id-8879 .wd-sticky-nav.wd-hide-md {
display: none;
}
Best Regards.