Hello! I would like to change the color of the “sale” to pink or red in the navigation. I have the sense theme.
Thanks!
A user with the Sense theme wants to change the navigation menu color for a specific item (“sale”) to pink or red.
Solution provided:
#HeaderMenu-sale with a color property set to the desired hex code (example given: #f00 for red)Outcome:
Hello! I would like to change the color of the “sale” to pink or red in the navigation. I have the sense theme.
Thanks!
Add custom CSS to header
a#HeaderMenu-sale {
color: #f00;
}
Thank you! it works!