How can I change the color of navigation menu items?

Hi there, I would like to change the color of some items on my navigation menu. The sectional SALE I would prefer to have it in red color. Can someone help me with the code? here is link to my website: www.sportstation-shop.com thank you

Hi @Sportstation12 ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:

.nav-bar__item a[href$="hot-deals-and-outlet"] {
    color: red;
}

I hope it would help you
Best regards,

Richard | PageFly

Thank you very much! it works

Hi @Sportstation12 ,

Great! I’m glad that I can help. :blush: