Header | CSS | Need help on adding color for Active sub menu item

Solved

Header | CSS | Need help on adding color for Active sub menu item

parallelism23
Shopify Partner
70 1 13

hi there!

Need help on adding color for Active sub menu item , 

Ive done it for the header menu > active item but not quite sure how to design the active sub menu item.. 

 

Any help would be appreciated!

Thank you very much

 

https://fertile-ground.co

pass: seogle_1

Accepted Solution (1)

topnewyork
Globetrotter
569 95 121

This is an accepted solution.

Hi, @parallelism23 

Go cutomize edited code base.css file on bottom paste this code

a.header__menu-item.list-menu__item.link.link--text.focus-inset.caption-large.list-menu__item--active {
    color: #ffd066;
}
Need a Shopify developer?
Hire us at topnewyorkwebdesign.com
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel

View solution in original post

Replies 2 (2)

topnewyork
Globetrotter
569 95 121

This is an accepted solution.

Hi, @parallelism23 

Go cutomize edited code base.css file on bottom paste this code

a.header__menu-item.list-menu__item.link.link--text.focus-inset.caption-large.list-menu__item--active {
    color: #ffd066;
}
Need a Shopify developer?
Hire us at topnewyorkwebdesign.com
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel
parallelism23
Shopify Partner
70 1 13

thanks! Code worked like a charm! 🥇