All things Shopify and commerce
Hi, hope someone can help me, want to change in the header SALE in red.
Please can some help me?
Solved! Go to the solution
This is an accepted solution.
Hello There,
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:
.Heading.u-h6[href="/collections/sale-fall-winter-2023"] {
color: red;
}
Hello @sebastiaanjopp
Its Artzen Technologies! We will be happy to help you today.
Follow the below steps to solve the issue:-
1) Go to your Online Store
2) Edit Code
3) Find base.css file
4) Add the following CSS at the bottom of the file
5.) Save the File
a.Heading.u-h6:nth-child(1) {
color: red;
}
Let me know if need further assistance
Regards,
Artzen Technologies
Is this only for SALE header not other navigation names?
This is an accepted solution.
Hello There,
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:
.Heading.u-h6[href="/collections/sale-fall-winter-2023"] {
color: red;
}
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025