JessJones Posted June 12, 2021 Share Posted June 12, 2021 (edited) Site URL: https://www.lucillegeist.com I know this question has been asked on here a MILLION times, so I'm sorry! I've tried nearly all the code injections I see on those posts. They successfully remove the header, but I can't seem to get rid of the dang footer. (it actually worked previously, but the footer reappeared recently...) I'd appreciate any help! Thanks! Edited June 12, 2021 by JessJones Link to comment
aravsanj Posted June 12, 2021 Share Posted June 12, 2021 Can I see the code you used to hide header and footer? Sharing virtual tactics for an abstract worldBlogger @ humaneer.org Link to comment
aravsanj Posted June 12, 2021 Share Posted June 12, 2021 (edited) Hey, It seems to me that the problem is not header or footer. Both are disabled on your site. But your background section only has 100 vw (view port width) but no assignment has been made regarding the height. Try adding this to the page as a code block: <style> .section-background { height:100vh !important; } </style> If you wish to do this on custom CSS, try this: #collection-604511c37fd55a00f825a3ca .section-background { height: 100vh !important; } Good luck! Edited June 12, 2021 by aravsanj JessJones 1 Sharing virtual tactics for an abstract worldBlogger @ humaneer.org Link to comment
JessJones Posted June 12, 2021 Author Share Posted June 12, 2021 That did it! thank you so much! I would've never figured that out, haha. aravsanj 1 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