tonyalehman Posted December 24, 2019 Share Posted December 24, 2019 Hello, I would like to remove the header and footer on select pages in my Five Template. I inserted the code offered here and it didn't work. The author suggests it is because of Five Template. I appreciate any advice! Link to comment
tuanphan Posted December 24, 2019 Share Posted December 24, 2019 Use code here Remove Footer body#collection-58b5ed10bf629a356f09728a div#page-footer-wrapper { display: none !important; } Remove Header body#item-58a214273e00bea4494186a7 nav#mobile-navigation { display: none; } body#item-58a214273e00bea4494186a7 div#navigation-top { display: none !important; } body#item & body#collection is Page ID. See my signature to know how to find Page ID. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
tonyalehman Posted December 24, 2019 Author Share Posted December 24, 2019 Thank you Tuanphan. I followed your directions how to find Page ID, but nothing says '<body id='. Here is the page https://www.joylab.biz/subscribe. I did find 'collection-5e0142b7f8d63c38ee57c603'. I'll try using that for the Page ID. Once I find the Page ID, the '#collection-123456' would replace 'body#item', or just 'item'? Does '-58a214273e00bea4494186a7' remain? Link to comment
tuanphan Posted December 24, 2019 Share Posted December 24, 2019 @tonyalehmanAdd to Home > Design > Custom CSS body#collection-5e0142b7f8d63c38ee57c603 div#page-footer-wrapper { display: none !important; } body#collection-5e0142b7f8d63c38ee57c603 nav#mobile-navigation { display: none; } body#collection-5e0142b7f8d63c38ee57c603 div#navigation-top { display: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
tonyalehman Posted December 24, 2019 Author Share Posted December 24, 2019 Yay! But there is some text at the top. Link to comment
tuanphan Posted December 24, 2019 Share Posted December 24, 2019 1 minute ago, tonyalehman said: Yay! But there is some text at the top. Check Code Injection Header/Footer and remove them Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
tonyalehman Posted December 24, 2019 Author Share Posted December 24, 2019 Yes, that was it. I still had leftover code from my attempts at the page level. Thank you so much Tuanphan for your quick and complete help! Link to comment
tuanphan Posted December 24, 2019 Share Posted December 24, 2019 32 minutes ago, tonyalehman said: Yes, that was it. I still had leftover code from my attempts at the page level. Thank you so much Tuanphan for your quick and complete help! Check Page Header Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.