Mobile navigation menu item does not change colour when active

Solved

Mobile navigation menu item does not change colour when active

Jiozx
Pathfinder
136 4 54

Hi,

 

I have added these two CSS codes to component-menu-drawer.css, and they aren’t working.

 

They should work so I’m a little confused.

 

.menu-drawer__navigation .list-menu li:nth-child(5) a .menu-drawer__menu-item--active {
color: #43cac9!important;
}

.menu-drawer__navigation .list-menu li:nth-child(6) a .menu-drawer__menu-item--active {
color: red!important;
}

 

Omar Al-Ali
Founder of Clothing Brand Axiom Unit
Webshop: https://axiomunit.store
Accepted Solution (1)
Litos
Globetrotter
688 169 148

This is an accepted solution.

Hi @Jiozx,

Please change code:

.menu-drawer__navigation .list-menu li:nth-child(5) a.menu-drawer__menu-item--active {
  color: #43cac9!important;
}

.menu-drawer__navigation .list-menu li:nth-child(6) a.menu-drawer__menu-item--active {
  color: red!important;
}

Hope it helps!

Litos - Shopify Development Service Provider
Need to develop or customize your Shopify store, feel free to contact us here.

View solution in original post

Replies 4 (4)

Litos
Globetrotter
688 169 148

Hi @Jiozx,

I checked and it shows fine, did you solve it?

Litos - Shopify Development Service Provider
Need to develop or customize your Shopify store, feel free to contact us here.
Jiozx
Pathfinder
136 4 54

@Litos it’s not fixed no. It works on my laptop, but not on mobile. The “retro” inactive colour is a shade of purple. It should switch to a shade of blue when active.

Omar Al-Ali
Founder of Clothing Brand Axiom Unit
Webshop: https://axiomunit.store
Litos
Globetrotter
688 169 148

This is an accepted solution.

Hi @Jiozx,

Please change code:

.menu-drawer__navigation .list-menu li:nth-child(5) a.menu-drawer__menu-item--active {
  color: #43cac9!important;
}

.menu-drawer__navigation .list-menu li:nth-child(6) a.menu-drawer__menu-item--active {
  color: red!important;
}

Hope it helps!

Litos - Shopify Development Service Provider
Need to develop or customize your Shopify store, feel free to contact us here.
Jiozx
Pathfinder
136 4 54

@Litos thank you

Omar Al-Ali
Founder of Clothing Brand Axiom Unit
Webshop: https://axiomunit.store