Shopify themes, liquid, logos, and UX
hi, I would like to make my header normal for all pages besides the homepage. Currently it is transparent for all and it covers the headers of the pages
Do you want to make the header background to blue on all pages except the home page ?
Go to your online store -> edit code -> theme.liquid file and paste the code in the end
{% unless template == 'index' %}
<style>
.header-wrapper {
background: #fff !important;
}
#shopify-section-sections--18213256528130__header a,
#shopify-section-sections--18213256528130__header span,
#shopify-section-sections--18213256528130__header p {
color: #000;
text-shadow: 2px 2px 4px rgb(153 147 147 / 90%);
}
</style>
{% endunless %}
Hi @Daniel19901
Please wrap the code that you added to make a transparent header in to this code
{% if template == 'index' %}
{% endif %}
So your code will look like this
{% if template == 'index' %}
.header-wrapper {
background: transparent !important;
position: absolute !important;
width: 100% !important;
top: 0px;
}
{% endif %}
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.
- En...Sign up now.
worked like magic!!! thank you!!
Is there a way to make the text and icons black when not transparent ?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025