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:
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:
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 ![]()