How can I modify button shapes in the Debutify theme?

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:

3473044873074ebdc9fa5646e036c331.png

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:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
.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