gambreu Posted June 5, 2020 Share Posted June 5, 2020 Site URL: https://brecha.online/new-page I want to remove the header and footer from one specific page. I was able to remove the header with: .header-announcement-bar-wrapper { display: none; } The footer, however, isn't working. When I try this, it just deletes the rest of the content on the entire page: .content-wrapper { display: none; } "content-wrapper" is the element I found for the footer while inspecting the page. Any ideias? Thanks! Link to comment
Solution tuanphan Posted June 8, 2020 Solution Share Posted June 8, 2020 Add to Page Settings > Advanced > header <style> footer#footer-sections { display: none; } header#header { display: none; } </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
gambreu Posted June 16, 2020 Author Share Posted June 16, 2020 @tuanphan I'm currently not on a Business plan, so I couldn't add this as custom CSS on the page. However, I've added this as a code snippet on the page's body and it worked beautifully. Thanks again! Link to comment
minnieosc123 Posted November 4, 2022 Share Posted November 4, 2022 On 6/8/2020 at 11:28 PM, tuanphan said: Add to Page Settings > Advanced > header <style> footer#footer-sections { display: none; } header#header { display: none; } </style> Hi Tupan, this worked for me on my homepage at alwaysajt.com (I just wanted to remove the footer so edited the code) however when looking at the page in mobile theres a big gap at the bottom. Please help! Thanks, Jessica Link to comment
tuanphan Posted November 6, 2022 Share Posted November 6, 2022 On 11/4/2022 at 4:08 PM, minnieosc123 said: Hi Tupan, this worked for me on my homepage at alwaysajt.com (I just wanted to remove the footer so edited the code) however when looking at the page in mobile theres a big gap at the bottom. Please help! Thanks, Jessica Hi. What is your site url? We can check easier 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
Create an account or sign in to comment
You need to be a member in order to leave a comment