Change color of specific menu item on the theme "Craft"

Hello. I would like help with changing the color of only the menu item "SALG :light_bulb: " to red

www.modadecorations.com

Any help would be greatly appreciated

Hi @moda_decoration

This is Noah from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Noah | PageFly

Hi @moda_decoration

You can do that by adding this CSS code at the bottom of your base.css file in your Online store > Themes > Edit code > Assets

.list-menu li::nth-child(2) a { color: red !important; }

This worked. Much appreciated.

Glad to hear that i can help. Let me know if you have any questions.