How to apply active page color to submenu items?

Hello, as you can see the active page color works just for the main item in the submenu. I want to work it also for the item that is opened in the submenu.

Hello @Cukrovinky :waving_hand:

In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

.list-menu__item--active {
    color: #D63484;
}

The result

Hope that helps!

Thank you, this helped. But I see that when I open different page in the submenu, that has another submenu in itself, it won’t change the active color. Do you know how to do this?

Hi @Cukrovinky :waving_hand:

Your theme code does not provide any CSS class so we can highlight the submenu itself, unfortunately.