Need Help With Design

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?

Hi @newuser12345

You can follow the instruction here :

  1. Go to Shopify > Theme > Customize > open Custom CSS

  2. Copy and paste this code to the section > Save

.banner__box {
    background: transparent !important;
}