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
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
add the below css in your css file
a.button:not([aria-disabled=true]):before {
display:none;
}
Thanks
Like or accept the solution
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.