Hello to all the Shopify community,
I need help for CSS coding on Providence Theme. I would like to change the text color of one of my navigation menu to red color.
The "ZP Club" navigation menu should appear in red. Please help!
- Here is a link to my webshop: https://zp-health.myshopify.com/
Hello,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.css.liquid
nav.menu.text-center ul.level-1.clean-list li.level-1.inline-block:nth-child(7) a b {
color: red !important;
}
User | Count |
---|---|
49 | |
27 | |
25 | |
24 | |
22 |