changing color of one title in the header (saldi)

Solved

changing color of one title in the header (saldi)

DanSal8
Shopify Partner
26 0 3

I need to change the color of the sale title in the header to red, how can i do this?  The store is italian so the name of the collection and in the navigation is "SALDI". In case this matters, I am using the prestige theme.Screenshot (707).png

Accepted Solution (1)
Abdosamer
Shopify Partner
952 173 201

This is an accepted solution.

@DanSal8 , go to theme.css and add the following code :

.Header__Wrapper:hover .HorizontalList li:nth-child(3) a {
    color: red !important;
}


.Header__Wrapper .HorizontalList li:nth-child(3) a {
    color: red !important;
}
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

View solution in original post

Replies 4 (4)

Abdosamer
Shopify Partner
952 173 201

Hi @DanSal8 , Can you share your store url?

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
DanSal8
Shopify Partner
26 0 3
Abdosamer
Shopify Partner
952 173 201

This is an accepted solution.

@DanSal8 , go to theme.css and add the following code :

.Header__Wrapper:hover .HorizontalList li:nth-child(3) a {
    color: red !important;
}


.Header__Wrapper .HorizontalList li:nth-child(3) a {
    color: red !important;
}
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
DanSal8
Shopify Partner
26 0 3

wow, i was begging to think it was impossible 😂. Thank you so much it worked