Teddy Posted June 10, 2020 Share Posted June 10, 2020 I have been searching for an hour with no luck. I have 1 page on 7.1 that I want to hide the top header (logo, hamburger) but nothing I am finding works. I am adding the code to the single page header injection. Can someone post the code to properly achieve this? Many thanks! JaydenCruzL 1 Link to comment
tuanphan Posted June 10, 2020 Share Posted June 10, 2020 Add to Page Settings > Advanced > Header <style> header#header {display: none;} footer.sections {display: none;} </style> Moo 1 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
Moo Posted June 22, 2020 Share Posted June 22, 2020 On 6/9/2020 at 11:37 PM, tuanphan said: Add to Page Settings > Advanced > Header <style> header#header {display: none;} footer.sections {display: none;} </style> thank you so much ! i solved with this solution. thank you! 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