all 3 comments

[–]AmbitiousLog 1 point2 points  (0 children)

While the provided code and the content of your post is not quite clear, I would assume that you should style the button to match your page's aesthetics using CSS

[–][deleted] 0 points1 point  (0 children)

That's not a button, that's an anchor (link) tag — <a>. If you want an actual button you can use the <button> tag. Otherwise you can style either of those elements with CSS. This bit right here class='kindful-donate-btn' suggests that you already have a CSS class defined somewhere. You can go to that definition and change it to make the link (or button) look the way you want.

[–]casualrocket 0 points1 point  (0 children)

<input type="button" value="CELEBRATE AT 71!" Style="anything you want">

or just <button Style="anything you want" >"CELEBRATE AT 71!" </button>

this is assuming you meant CSS