Shopify themes, liquid, logos, and UX
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.
Solved! Go to the solution
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;
}
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;
}
wow, i was begging to think it was impossible 😂. Thank you so much it worked
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