Main menu SALE red button in Motion theme

Hello everyone; I’ve been scrolling through the forums to find an answer to my question, but I’ve not been able to find a solution that has worked for my theme. I’m using the MOTION Theme. I have “SALE” in my main menu, which I would like to be in RED color. Any ideas? Thanks in advance

Adding a picture of how I have now at Debut theme, both mobile and pc.

@gitakup - it needs unique id or class, can you please send your website link?

Hi, It’s not published yet. https://i7kzue1vyc4n83tg-38884704301.shopifypreview.com

Adding the below code at the end of your theme.css file should achieve what you are looking for:

.header-layout a[href="/collections/sale"] {
  color: red;
}

Cheers!

Amazing. Thanks!! Worked