How to edit HTML for shortcodes?
class="stripe-button-el" style="visibility:
visible;"><span style="display: block; min-height:
30px;">Donate</span></button>
to this:
<button
type="submit" class="button button_green button_js"
style="visibility: visible;"><span class="button_label">Donate</span></button>
...but I can't figure out how to edit the HTML, since it's using a shortcode. Where can I access the HTML?
Thanks!
Dan
Comments