Shopify themes, liquid, logos, and UX
How do I make header fixed when scrolling up and down I am using PIPELINE theme? It is currently fading like this:
However I want it static like this:
Solved! Go to the solution
This is an accepted solution.
@manekakknowle Please follow below steps to fix the header fading issue. Let me know whether it is helpful for you.
.js__header__stuck.js__header__stuck__backdrop .theme__header:after {
opacity: 1 !important;
}
Hello @manekakknowle
Can you share store URL?
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
header .wrapper--full {
background: #8f993d !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
@manekakknowle Please provide your store URL to help you on this.
This is an accepted solution.
@manekakknowle Please follow below steps to fix the header fading issue. Let me know whether it is helpful for you.
.js__header__stuck.js__header__stuck__backdrop .theme__header:after {
opacity: 1 !important;
}
That's great - thanks so much it worked!
So this has worked when you scroll down however when I am at the top of the homepage it looks like this:
I need the sticky banner at the top as well.
Can you please assist here.
This the website link : https://04a275-e5.myshopify.com/?key=2302b92a75ab7d98ed9b65659ef1105ae8625eb9c25c91a9eb1b6dbe0d8e2b5...
@manekakknowle Seems you have done some fixes to it. Feel free to react out if you need any assistance.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025