In my main menu I have a “Sale” collection for my discounted products. Is there a way to change this text to a particular color in my color scheme? I just want to change this word, not any others in my header. Thanks!
In the Kalles theme, you can just click on the individual menu item text in the theme editor and edit it’s font, color, and hover color. But that’s probably not the case with other themes.
Hi @creativebp8,
Please go to Customize > Theme settings > Custom CSS and add code:
.header__inline-menu #HeaderMenu-sale {
color: #ff0000;
}
You can also change the color code for it yourself