New Shopify Certification now available: Liquid Storefronts for Theme Developers

How to remove button arrow on shrine theme

humza22
Excursionist
12 1 1

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

Replies 3 (3)
humza22
Excursionist
12 1 1

Please do

ecomheroes_dev
Excursionist
44 1 2

@humza22 

add the below css in your css file

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

Thanks
Like or accept the solution

Hire Shopify Experts For Shopify Store Design and Development
info@ecomheroes.dev
https://ecomheroes.dev
humza22
Excursionist
12 1 1

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.