Hello,
I’m struggling on getting rid of the white border from the quick add button. Once it doesn’t have border, move “Quick view +” on the bottom right of the image. And if possible make it work either in Computer and Phone.
URL: https://www.lasdunasbyron.com/
Thanks for your time and help!
Have a good day.
Cheers
Hi @BERNAT-LASDUNAS
Would you mind to share your Store URL website? with password if its protected. Thanks!
Is this publish? Its unseen on my end. Please share the preview instead. Thanks!
Sorry I was editing it so didn’t save the changes. Now should be visible.
1 Like
Thank you, just to clarify you like to remove the box border on the Quick View and also the bottom border of it?
For the whole box border to remove.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.button:after {
box-shadow: none !important;
}
#shopify-section-template--18894434730306__2a139b39-bf75-4b19-b793-3eac532968b2 .button {
text-decoration: none;
}