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 ![]()
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!
Hi @Cukrovinky ![]()
Your theme code does not provide any CSS class so we can highlight the submenu itself, unfortunately.


