Shopify themes, liquid, logos, and UX
Hi!
I have tried many codes now but nothing seems to work for me so far. I would like the announcement bar to be sticky:https://mayli-jewels.com/
Also I can't seem to remove the product count in my collection list section now called "categories" just below the banner.
Can you help me?
@maylijewels@maylijewels, the best you'd be able to achieve with DIY is something like this:
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:
#shopify-section-utility-bar{
position: sticky;
top: -1px;
}
As you can see, it's not optimal and the sticky announcement bar will overlap. This is because the sticky header in your theme is being calculated via Javascript, it would require some work to adapt that.
Thank you.
Kind regards,
Diego
That did not work for me what am I doing wrong? I've just adde only a white balk extra on top of the announcement bar plus a symbol.
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