How tot remove highlighted box

I’m looking to remove the highlighted box when you press on it as it appears on mobile & desktop.

url knmb1c-pf.myshopify.com

password samurai

Hi @undercoverfresh i see it not gray

when you press on it on mobile it shows up for a split second i got the image of it because i timed the screen shot right

Hi @undercoverfresh

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
.card__information > h3.card__heading, .card__information > h3.card__heading > a {
    background: white !important;
}

I hope this helps

Best,

Daisy

Hi, you can try this code

.card__information > h3.card__heading, .card__information > h3.card__heading > a {
    background: white !important;
}