How to remove button arrow on shrine theme

Every time I hover over the button an arrow shows and it messes up some of my buttons with text, for example below.

pass: together23
https://theband2gether.com/collections/frontpage

Please do

@humza22

add the below css in your css file

a.button:not([aria-disabled=true]):before {
display:none;
}

Thanks
Like or accept the solution

1 Like

That worked, however when you hover over the button an animation happens and the text gets cut off, you can check the site and see what it looks like.