Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
I’ve a video banner at the top of my home page which is stuck on all my pages. So when I’m at a product page the video banner is still there… How can I tell this video banner section to only stay at the home page/screen?
What's your website url ?
Yes it’s a section in the header…
Hi @adam1910
Did you add customized code for that video banner section?
If it is correct, please wrap your code in the following code to display it on the homepage only.
{% if template == 'index' %}
your code goes here
{% endif %}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
It’s a custom liquid with a video banner. Is there a code I can insert in the custom CSS? Or what do you mean
I mean you wrap your custom liquid code in the code I sent above
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.