Shopify themes, liquid, logos, and UX
Hi! Im using Sense theme and i wanted to the the header Transparent. How do i do it?
Hello @elay1213 👋
If you want to make the Header section transparent, in Shopify Admin, go to Themes, Edit code, open the file base.css and add this code snippet at the bottom of the file
.header-wrapper.gradient {
background: rgb(var(--color-background), 0.8) !important;
}
The result
Hello @elay1213
Go to the Shopify Store > Theme >Edit Code >Assets > base.css >Add the code at the bottom
.header-wrapper.gradient {
background: rgb(var(--color-background)) !important;
transition: background-color 0.5s ease !important;
}
This does not work for me.. What am I doing wrong?
https://1f097c-e6.myshopify.com/ - Password Testar
This is what I want - https://www.nudient.se/
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
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