oliviapaulson Posted November 4, 2019 Posted November 4, 2019 I am trying to build a landing page and completely limit the header/footer navigation so people don't leave the page before taking advantage of my offer. I have tried putting #block-5dc09a085727892a9868f1f7 {display: none} in the custom CSS panel and <style> .Header.Header--top, .Header.Header--bottom, .Footer { display: none; } </style> in the advanced page settings but neither of them make my navigation disappear. my site is www.fpg.com and the one I'm trying to target is fpg.com/masterclassb Any help would be much appreciated.
tuanphan Posted November 4, 2019 Posted November 4, 2019 Add to Home > Design > Custom CSS /* remove header */ body#collection-5dc099f9d2910734b3174bb3 header.Header.Header--bottom.Header--overlay { display: none; } /* remove top bar */ body#collection-5dc099f9d2910734b3174bb3 header.Header.Header--top { display: none !important; } /* remove footer */ body#collection-5dc099f9d2910734b3174bb3 .tweak-footer-show .Footer { display: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.