How can I change the color of one menu item in the Galleria theme?

Hi. I’ve searched many other threads in hopes that someone else’s resolve would work for our store as well. It hasn’t. I’d love to change SALE to red on our menu. Galleria Theme. Thank You

https://babyessentialsco.com/

@BabyEssentials You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of styles.scss.css file.

.navbar-standard > li:last-child > a{color:#FF0000}
3 Likes

Thank You for such a quick response and resolution!

Thanks for the info. I’ve added the code, but am not sure how to proceed. I don’t see any option to change a single menu item to a different colour. Do you have any advice? Thank you :slightly_smiling_face:

@mqs Can you please share the URL of your website?