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! 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> 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
Archived
This topic is now archived and is closed to further replies.