Melissa_B Posted May 7, 2021 Share Posted May 7, 2021 Site URL: https://www.brownellrealestate.com/tour-1723418 I need to remove headers and footers off specific pages of my site. A page like this for example: https://www.brownellrealestate.com/tour-1723418 The code I used to use doesn't work since I've changed templates to Five. Any help would be appreciated. Melissa Link to comment
tuanphan Posted May 7, 2021 Share Posted May 7, 2021 11 hours ago, Melissa_B said: Site URL: https://www.brownellrealestate.com/tour-1723418 I need to remove headers and footers off specific pages of my site. A page like this for example: https://www.brownellrealestate.com/tour-1723418 The code I used to use doesn't work since I've changed templates to Five. Any help would be appreciated. Melissa Add to Design > Custom CSS /* tour 1723418 */ body#collection-601c62196c08b365fc8f0aaf { div#page-header { display: none; } div#page-footer-wrapper { 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
Melissa_B Posted May 7, 2021 Author Share Posted May 7, 2021 Thank you. That works. I actually need to be able to remove the header and footer from a few pages, but single pages at a time. Is it possible to do that for a handful of pages? Link to comment
tuanphan Posted May 9, 2021 Share Posted May 9, 2021 On 5/7/2021 at 11:28 PM, Melissa_B said: Thank you. That works. I actually need to be able to remove the header and footer from a few pages, but single pages at a time. Is it possible to do that for a handful of pages? Add this to that Page Header <style> div#page-header { display: none; } div#page-footer-wrapper { display: none !important; } </style> 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
Melissa_B Posted May 11, 2021 Author Share Posted May 11, 2021 That worked! Thank you so much for your help! DRTG and tuanphan 2 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment