Home › Forums › WoodMart support forum › How to make the “Sticky Header” only work for DESKTOP › Reply To: How to make the “Sticky Header” only work for DESKTOP
April 18, 2022 at 10:47 am
#369058
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.whb-sticky-header {
display: none;
}
Best Regards