Hello. I would like help with changing the color of only the menu item "SALG
" to red
Any help would be greatly appreciated
Hello. I would like help with changing the color of only the menu item "SALG
" to red
Any help would be greatly appreciated
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
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.