Shopify themes, liquid, logos, and UX
So I was given these steps to fix a fading header issue...
@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; }
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...
Solved! Go to the solution
This is an accepted solution.
Can you add the code in the Custom Css on the Customize theme.
When you click the header.
The right tab will visible, scroll down and youll find this.
Paste the code, save and refresh the browser afrer saving.
You mean you dont like the transparent header right?
If it is check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.header__inner {
background: #8f993d;
}
.section-slideshow.palette--light.bg--neutral {
position: sticky;
top: 0;
}
And Save.
result:
Hi thank you for your reply. As you can see there was no change:
this is what I put in the code section
And the banner has even become even more faded as you scroll down:
this is what is in the code section:
This is an accepted solution.
Can you add the code in the Custom Css on the Customize theme.
When you click the header.
The right tab will visible, scroll down and youll find this.
Paste the code, save and refresh the browser afrer saving.
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