Shopify themes, liquid, logos, and UX
I’m looking to remove the bug where I add something to the cart and the box stays highlighted this only happens on mobile this started to show up at times when I added the code
.thumbnail-list__item { width: 80px !important; height: 80px !important; } To base.css on dawn theme to fix the thumbnail carousel sizing.
url knmb1c-pf.myshopify.com
password samurai
Solved! Go to the solution
This is an accepted solution.
Hi Undercoverfresh
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.focus-inset:focus-visible {
outline: none !important;
outline-offset: unset !important;
box-shadow: unset !important;
}
Result:
Best,
Lizz
This is an accepted solution.
Hi Undercoverfresh
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.focus-inset:focus-visible {
outline: none !important;
outline-offset: unset !important;
box-shadow: unset !important;
}
Result:
Best,
Lizz
This worked thank you
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025