Home › Forums › WoodMart support forum › Disable sticky header on mobile view › Reply To: Disable sticky header on mobile view
June 15, 2020 at 6:37 am
#203466

Elise Noromit
Member
Hello,
Sorry for the confusing, please replace the custom code with this one:
.whb-header.whb-sticked{
opacity: 0;
visibility: hidden;
}
Please add this code to the Theme Settings > Custom CSS > Desktop.
Best Regards