wlesguer Posted June 24, 2021 Posted June 24, 2021 Site URL: https://plums-dalmatian-kzds.squarespace.com/ Hello everyone 🙂 I have a problem with my website, the footer background is not displayed on the home page, and only on the home page. Quote https://plums-dalmatian-kzds.squarespace.com/ password : arreglo When I choose another page as the home page, the problem is transferred to the new page that I would have defined as the home page. I've been trying to figure it out for some time, I tried to duplicate the site thinking it was a bug. But that doesn't change a thing. 🙂 On the other hand, the footer background of all the other pages of the website works very well. There is only on the page being set as home page for which it will not work.  (Attached is the footer which works on all the other pages of the site, and the footer of the home page which does not work)  Thank you, if anyone has any idea of the problem that would help me a lot. I wish you a very nice day
tuanphan Posted June 28, 2021 Posted June 28, 2021 In Custom CSS, remove this code body.homepage .section-background:first-child img { visibility: hidden; }  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!)
wlesguer Posted June 28, 2021 Author Posted June 28, 2021 13 hours ago, tuanphan said: In Custom CSS, remove this code body.homepage .section-background:first-child img { visibility: hidden; }  Hello Tuanphan, A big thank you for your message. It works ! 🙂 However, I was using this code to hide the background image that appeared for a few seconds when the homepage video was loading. It displayed the background image intended for mobile support when loading the video at the top of the home page. Will there be a solution in order to be able to hide this background image when loading the video, while keeping the background image of my footer? Thank you again for taking the time to respond, it's really very kind.  Â
tuanphan Posted July 2, 2021 Posted July 2, 2021 Use this new code body.homepage article .section-background:first-child img { visibility: hidden; }  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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.