How can I change my image banner button style?

How can i achieve the following button style

the button style i’m stuck with

Hi @obito_uchiha01

Please share your store link to check

Link - https://misajewels.com/
password - jewelsmisa

Go to your Online store > Themes > Edit code > Assets > open base.css file, add this code at the bottom and save file

.banner__buttons .button:after { box-shadow: unset !important; }

This works
also how can i change the font size for button text?

Please use this code, change 20px with your value

.banner__buttons .button { font-size: 20px !important; }