How to change the colour of one word in menu dawn theme

Hello,

I would like to change the colour of the word ‘sale’ to blue in my header menu. I am setting up a draft theme so you can’t see this on the current website but it needs to be blue for when I publish the theme. Please supply the correct code. thank you.

Website: nuijewellery.com.au

Hi [email removed] , Below code changes the color for the “Sale” nav item is changed to blue. The CSS selector .nav-item[href=“/collections/sale”] specifically targets the anchor element () with the class nav-item and href attribute equal to “/collections/sale”. You can adapt this CSS selector for other URLs as needed.

a.menu-drawer__menu-item[href="/collections/sale"] {
    color: blue;
}

@jewellerystore1 Please send me the store url.

@jewellerystore1 Or you can send me the link or access to the store if you require further help implementing the design. Thanks.