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
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025