Hi, How to disable fixed header on scroll on a specific page?
For example, I want fixed header on scroll on all pages, but just not appear in "Contact Us" page. I cannot find setting in pages for this. If I just disable fix header, then all pages affected.
@stariflymanage
Try using this css code in wp-admin > Appearance > Customize > Custom CSS
.page-id-71 header.sleek.transparent.fix.fixed {display:none !important;}
There is no setting present in wplms to remove the fixed header from a partcular page. But it is possible using this custom css
Thanks! It works. Can close topic.
@stariflymanage
Thanks for the prompt reply and confirming that it works.
Closing the topic