Guest Posted February 2 Share Posted February 2 Hey all, I need your help with CSS. I'd like to remove the footer section completely only from one page. I've added css to hide the contents of the footer, which works: #collection-633ccc097841872e8b279ad4 footer.sections { display: none !important; } But, it leaves a blank space where the footer contents was. The section above has a backgrouynd image, but it doesn't go to the bottom of the screen because the footer section is still there.I dont have a business plan, so this will need to be achieved in CSS only. It's the /home page.www.dustin.land/homesite password: SQtemp123 Thank you! 😊 Link to comment
Solution tuanphan Posted February 8 Solution Share Posted February 8 Don't remove any code in your current code Add this to Design > Custom CSS body#collection-633ccc097841872e8b279ad4 section { height: 100vh; } 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