I’m looking to remove the highlighted background when you press on the collapsible rows on mobile.
(it shows up for a split second)
password samurai
Example on mobile:
A user is trying to remove a brief highlighted background that appears when tapping collapsible rows on mobile devices. They provided store credentials and a screenshot showing the issue.
Proposed Solution:
Another user suggested adding custom CSS targeting .menu-drawer__menu-item--active and related hover states, setting background-color: none!important. They provided two implementation methods:
base.css in the theme codeCurrent Status:
The CSS solution did not resolve the issue. The original poster suspects it may be a theme glitch, noting that multiple CSS fixes from the community have recently failed to work for them.
Unresolved: The discussion remains open with no working solution identified.
I’m looking to remove the highlighted background when you press on the collapsible rows on mobile.
(it shows up for a split second)
password samurai
Example on mobile:
** @undercoverfresh Try this solution it will solve your issue**
How to Add This to Shopify Dawn Theme:
Alternative (Edit Theme CSS Directly):
.menu-drawer__menu-item--active:hover {
background-color: none!important;
}
.menu-drawer__menu-item--active, .menu-drawer__menu-item:focus, .menu-drawer__close-button:focus, .menu-drawer__menu-item:hover, .menu-drawer__close-button:hover
{
background-color: none!important;
}
Code didn’t work. I’m suspecting that it’s probably a glitch. codes haven’t been working lately at least for me none of the code people been given me haven’t been working lately