Dawn Theme: How do I change colour/remove black outline when hovering over buttons?

I have tried many different codes to fix this but nothing seems to work. Please help me out!

Attaching a video to show you what I mean.

Thanks!

@SebastianL ,

Share the store URL.

URL: https://pleasedontbetaken.myshopify.com/

Password: lutred

@SebastianL

.button:not([disabled]):hover:after {
    border: 0;
    box-shadow: none;
}
1 Like

Legend! It worked.

@SebastianL ,

Use this

.banner__buttons .button:not([disabled]):hover:after {
    border: 0;
    box-shadow: none;
}