score:0

you should add the class directly to your button. as said here above by philipp: the more specific, the better.

your button code should look like that :

<button classname="btn-custom> </button>

you can of course keep your other attributes (link, to, any other)

note that the capitalisation is important on the classname attribute.


Related Query

More Query from same tag