Hello out there,
Is there a way for me to change all the buttons on my theme so the edges isnt rounded but just af square and can I remove that basket image inside of the button?
What it looks like:

What i want it to look like:
Hello out there,
Is there a way for me to change all the buttons on my theme so the edges isnt rounded but just af square and can I remove that basket image inside of the button?
What it looks like:

What i want it to look like:
Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.
hii, @EmilLarsen0205
Kindly share your store URL so,
I can solve your problem perfectly.
Thank you.
@EmilLarsen0205 , do this to fix it in 20 seconds:
.btn{
background: transparent !important;
color: black !important;
}
.btn .material-icons{
display: none !important;
}
.btn:active,
.btn:focus,
.btn:hover{
border: 1px solid black !important;
}
Please let me know whether it works.
Kind regards,
Diego