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.
Hi @DanSal8 , Can you share your store url?
@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
