Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello there @revtekautoparts Have a look at this video on how to fix a sticky header on the Dawn Theme https://m.youtube.com/watch?v=zmt17eXe7xY
Try and follow the steps here then let me know if it works for you!
Didn't work
Hi @revtekautoparts .
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
To address the issue, please go to Theme -> Customize -> Theme settings -> Custom CSS and insert the following code: https://prnt.sc/RDprpjRJk83k
#shopify-section-header:has(sticky-header) {
position: sticky;
top: 0;
}
I hope this solution is helpful to you. Please feel free to get back to me with feedback.
Liz
I see your header sticky when I scroll up. If you want sticky always, please change settings in Online Store > Themes > Customize > Header
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- 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.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hello @revtekautoparts
Add below css code at the end of the base.css file
.shopify-section-header-hidden.shopify-section-header-sticky {
transition: unset;
transform: unset;
}