How can I change the header sale text to red?

Solved

How can I change the header sale text to red?

sebastiaanjopp
Shopify Partner
31 0 7

Hi, hope someone can help me, want to change in the header SALE in red. 

Please can some help me? 

https://no-excess.com/ 

Accepted Solution (1)

ZestardTech
Shopify Partner
6139 1097 1473

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;
}

 

ZestardTech_0-1706098915730.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 3 (3)

Artzen_tech
Shopify Partner
555 114 111

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

 

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify
sebastiaanjopp
Shopify Partner
31 0 7

Is this only for SALE header not other navigation names? 

ZestardTech
Shopify Partner
6139 1097 1473

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;
}

 

ZestardTech_0-1706098915730.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing