peterward13 Posted September 10, 2019 Posted September 10, 2019 We're using custom CSS in the Maple template to make a parallax hero image on the home page that takes up the entire height of the screen: #hero-banner, .Parallax-host .Parallax-item { height: 100vh; } However, that CSS is forcing our product pages to have a bunch of empty white space at the top. I'm hoping we can use Code Injection to disable that CSS just on the Product pages. Please help!
tuanphan Posted September 10, 2019 Posted September 10, 2019 @peterward13 You can edit code to apply only homepage .homepage #hero-banner, .homepage .Parallax-host .Parallax-item { height: 100vh; } 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!)
peterward13 Posted September 10, 2019 Author Posted September 10, 2019 Thank you, @tuanphan! I'm obviously not a coder, and you just solved in a minute what I'd been trying to figure out for over an hour!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.