Quick add changed to icon svg but with background and border that i don't want

Hey !

I have changed the button Quick add of product collection section changed to icon svg but it appear with background and border that i don’t want :

i want only the svg without background or border, how i can i manage this ? i have already try with some css :

.quick_add {

border: none;
background: none;

}

but it doesnt’ work at all.

So, can someone tell me how to do please ?

thanks !

website : utopia-paris.fr

theme : studio

Hi @UTOPIA-PARIS

I hope you are well. You can follow our instructions below:

1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there

Here is the code for Step 3:

button.quick-add__submit::after {
    display: none !important;
}
button.quick-add__submit {
    background: transparent !important;
}

Please let me know if it works. Thank you!

Best,
Daisy - Avada Support Team.

hey !

it works but it seems that in white color img the background still appear :