Shopify themes, liquid, logos, and UX
Hi! I am hoping to get some help in creating a sticky footer that reveals on scroll - below is a link to the effect I am trying to achieve. I am using the Broadcast Theme.
https://www.chanel.com/us/fashion/collection/chanel-coco-beach-2024/
Any help is appreciated!
Solved! Go to the solution
This is an accepted solution.
Hi @jzcreativespace,
You can follow these steps to make the footer reveal on scrolling
1. Open Online Store > Theme > Edit Code
2. Find and open the theme.css (or base.css, custom.css, styles.css) file
3. Paste the code snippet below at the bottom of the file and hit save (it works on the Clean style)
body > .container {
background-color: var(--COLOR-FOOTER-BG) !important;
}
body > footer.footer-sections {
position: sticky;
bottom: 0;
left: 0;
z-index: -1;
height: 100vh;
}
body > footer.footer-sections .shopify-section.shopify-section-group-group-footer {
background-color: var(--COLOR-FOOTER-BG);
}
Here is the result
https://www.loom.com/share/fe21226c882c4252a2c3bc23647d1271
Hope this helps you solve the issue.
Please don't forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
This is an accepted solution.
Hi @jzcreativespace,
You can follow these steps to make the footer reveal on scrolling
1. Open Online Store > Theme > Edit Code
2. Find and open the theme.css (or base.css, custom.css, styles.css) file
3. Paste the code snippet below at the bottom of the file and hit save (it works on the Clean style)
body > .container {
background-color: var(--COLOR-FOOTER-BG) !important;
}
body > footer.footer-sections {
position: sticky;
bottom: 0;
left: 0;
z-index: -1;
height: 100vh;
}
body > footer.footer-sections .shopify-section.shopify-section-group-group-footer {
background-color: var(--COLOR-FOOTER-BG);
}
Here is the result
https://www.loom.com/share/fe21226c882c4252a2c3bc23647d1271
Hope this helps you solve the issue.
Please don't forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
Hello, I also want this effect. Will this code work on Taste theme V14?
This worked great, thank you!
I actually just realized this disabled all the footer links - none of them seem to be working. Any idea what that could be?
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024