how to remove the highlighted background for collapsible row on (MOBILE)

how to remove the highlighted background for collapsible row on (MOBILE)

undercoverfresh
Excursionist
138 0 19

I'm looking to remove the highlighted background when you press on the collapsible rows on mobile.

(it shows up for a split second)

 

url knmb1c-pf.myshopify.com

password samurai

 

Example on mobile:

 

IMG_9508.jpeg

Replies 2 (2)

Arif_Shopidevs
Shopify Partner
488 40 91

@undercoverfresh   Try this solution it will solve your issue
How to Add This to Shopify Dawn Theme:

  1. Go to Shopify Admin → Online Store → Themes.
  2. Click "Customize" on your Dawn theme.
  3. In the theme editor, go to "Theme settings" (bottom left).
  4. Scroll down and click "Custom CSS".
  5. Paste the above CSS code and save changes.

Alternative (Edit Theme CSS Directly):

  1. Go to "Online Store" → "Themes".
  2. Click "Actions" → "Edit code".
  3. Open base.css inside the assets folder.
  4. Paste the CSS at the bottom and Save.

 

.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;
}

 

 

Syncora: Backup & Restore [Free] - Automated real-time store backup with one-click easy restore.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery, and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers.

undercoverfresh
Excursionist
138 0 19

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