Hi,
I’m trying to make my annoucement bar transparent but nothing works. The site’s url is stridedrinks.com.
A user needed help making their announcement bar transparent on their Shopify store (stridedrinks.com).
Solution provided:
Key CSS changes:
background: transparent to remove background colorThe solution included a screenshot demonstrating the code placement. The issue was successfully resolved, with the user confirming the fix worked as intended.
Hi,
I’m trying to make my annoucement bar transparent but nothing works. The site’s url is stridedrinks.com.
Hi @stride ,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
div#shopify-section-sections--22799632531782__announcement-bar {
position: absolute;
width: 100% !important;
}
#shopify-section-sections--22799632531782__announcement-bar .utility-bar--bottom-border {
background: transparent !important;
}
.scrolled-past-header sticky-header {
top: 0px !important;
transition: all .3s ease;
}
.section-header .header-wrapper--border-bottom {
top: 20px;
transition: all .3s ease;
}
Thanks!! It works ![]()
You’re welcome! @stride