Get rid of gray rectangle when "add to shopping bag" is clicked

Hi guys,

My website: seraneeva.com

How can I get rid of the gray rectangle when “add to shopping bag” is clicked. I would really appreciate any help!

Pic for reference:

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the custom.css file and remove the code I marked

Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

Hi @flammagreg ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file → Save

.product-details-wrapper .btn:before {
      background-color: transparent !important;
    }

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes: