All things Shopify and commerce
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
Hello, I am currently using this code to have my header customized and become different from homepage. However, putting this code prevents my widgets from showing in my website (for all pages). I want them back. Can someone assist me please? Here's the code and my url (bhlclothing.com). Thank you!
<style>
{% if template == 'index' %}
.shopify-section-group-header-group.section-header.shopify-section-header-sticky.scrolled-past-header sticky-header.header-wrapper {
background-color: #181818!important;
}
{% else %}
.shopify-section-group-header-group.section-header.shopify-section-header-sticky.scrolled-past-header sticky-header.header-wrapper {
background-color: #ffffff !important;
}
{% endif %}
Please try to update the code to this and check again
{% if template == 'index' %}
<style>
.shopify-section-group-header-group.section-header.shopify-section-header-sticky.scrolled-past-header sticky-header.header-wrapper {
background-color: #181818!important;
}
</style>
{% else %}
<style>
.shopify-section-group-header-group.section-header.shopify-section-header-sticky.scrolled-past-header sticky-header.header-wrapper {
background-color: #ffffff !important;
}
</style>
{% 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.
Hi @glucinth
I saw that you already added the code and the widgets still show normally
Do you still need help?
Best,
Daisy