Need Help Changing one Menu Item Color in Shopify Theme*

Hello wonderful Shopify community!

I hope you’re all doing well. I’m currently working on customizing my Shopify store at Zsiska.com, and I’ve encountered a challenge I could use some assistance with.

I want to change the color of a specific menu item in my navigation menu to make it stand out. The menu item I want to change is “PRUE by ZSISKA,” and I’d like it to be highlighted in red (#C2213A).

I’ve tried adding custom CSS code to my theme, but it doesn’t seem to be working as expected. I’ve followed the advice given in the community, but the color remains unchanged.

Could someone kindly guide me through the process of changing the color of this specific menu item in my Shopify store’s theme? Any help or insights would be greatly appreciated!

Thank you so much for your time and expertise.

Hi @Gianluca8

Please go to your Online store > Themes > Edit code > open theme.liquid file, add this code before tag


Great, works very well!

A question, how did you identify the CSS element to change?

1 Like

You can right-click on the browser, select the element then you can see the class of cover div and li. You can do that if you have experience on HTML