Shopify themes, liquid, logos, and UX
currently my header is transparent on my homepage but color on hover and scrolldown. I also managed to make a separator bar under the header when scroll down, but i want it to show when hover, and also when i am on all the other pages. Does anyone know how to do this?
Solved! Go to the solution
This is an accepted solution.
Please try this way
In order to fulfill your request, please follow these steps
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head>
{% style %}
sticky-header.header-wrapper:hover {
border-bottom: 1px solid white !important;
}
{% if template.name != "index" %}
sticky-header.header-wrapper.gradient.header-wrapper--border-bottom {
border-bottom: 1px solid white !important;
}
{% endif %}
{% endstyle %}
I hope this helps
Best,
Daisy
footer.footer,
.shopify-section.shopify-section-group-header-group.announcement-bar-section {
background: #252525;
}
did not work
this message pops up
This is an accepted solution.
Please try this way
In order to fulfill your request, please follow these steps
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head>
{% style %}
sticky-header.header-wrapper:hover {
border-bottom: 1px solid white !important;
}
{% if template.name != "index" %}
sticky-header.header-wrapper.gradient.header-wrapper--border-bottom {
border-bottom: 1px solid white !important;
}
{% endif %}
{% endstyle %}
I hope this helps
Best,
Daisy
thank you so much, you have helped me alot today!
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