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