How can I change the font color in my menu navigation?

Hi,

I want to change the colour of clearance within the menu navigation to red, can anyone please help?

Thanks

Hey @tilletts
Welcome to the Shopify community!
Please share your store URL.
So that I will check and let you know the exact solution here.
Thank you.
Raman!

Hi @tilletts !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation;

Please share page URL I will inspect and send code accordingly.

Best Regards;

Pagefly

https://www.tillettsclothing.co.uk/

in main navigation go to clothing and you should see clearance within the drop down

Hey @tilletts ,
You can follow the instruction below:
Go to Online Store->Theme->Edit code->theme.css->paste bellow code in bottom of file.

a[href='/collections/clearance'] {
 color:red !important;
}

If you feel like my answer is helpful, please Like and mark it as a solution. Let me know if you have any further questions.
Thank you!
Raman

@ReturnPrime hey I have another menu item that i would like to change to red, it is still within the main navigation and it is called Denim Sale, can you please let me know what code is required?

Many thanks