JacksMobile Posted May 2, 2022 Share Posted May 2, 2022 Site URL: http://www.indvillage.com Hi there, I am wondering if there is a way to add an image to the background of the website but have the image continue from the header into the footer? Right now when we add an image to the background it can be adjusted so that it "bleeds" (not sure if thats the correct word) into the header but it stops at the footer. Secondly, another issue we are running into if we use a solid color for the footer and the background image in the header and body is that on some screens where are viewing it, we see a block of color between the body and footer... screenshot of issue is attached. Any help or suggestions for design would be greatly appreciated Link to comment
tuanphan Posted May 4, 2022 Share Posted May 4, 2022 You can consider remove Footer on homepage only with this code (Design > Custom CSS) body.homepage footer#footer-sections { display: none; } body.homepage article section { height: 100vh !important; } Then add text, social icons, copyright text inside first section Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
JacksMobile Posted May 5, 2022 Author Share Posted May 5, 2022 17 hours ago, tuanphan said: You can consider remove Footer on homepage only with this code (Design > Custom CSS) body.homepage footer#footer-sections { display: none; } body.homepage article section { height: 100vh !important; } Then add text, social icons, copyright text inside first section That's fantastic, thank you so much! 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