AlexAstin Posted June 27, 2020 Share Posted June 27, 2020 Site URL: http://www.immersehealth.co.uk I’m using the Bedford template and don’t want to use the banner as I find it doesn’t optimise well across platforms. I want to remove it but I don’t want the blank space at the top of the homepage ideally. If someone has some code that can help me get rid of that would be really appreciated! Link to comment
rwp Posted June 27, 2020 Share Posted June 27, 2020 #page { padding-top: 20px !important; } #header { display: none; } Link to comment
tuanphan Posted June 28, 2020 Share Posted June 28, 2020 Add above code to Home > Design > Custom CSS If you want to apply on One page, add Code Block > Paste this code <style> #page { padding-top: 20px !important; } #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
AlexAstin Posted June 30, 2020 Author Share Posted June 30, 2020 Thanks guys, I got there. 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