Does anyone know if and how I can remove the purple rectangle around the shop now button, thanks !
I can’t seem to find anything does connect to .button that would delete it, is there a way to just add a floating button without background to the image?
You can follow the instruction here :
-
Go to Shopify > Theme > Customize > open Custom CSS
-
Copy and paste this code to the section > Save
.banner__box {
background: transparent !important;
}
