How to edit HTML for shortcodes?
Hi,
I'm using a shortcode for a "Donate" button. You can see it here: gracemusicgroup.org/listen/
I need to change the HTML for the button so it matches the theme. I want to change it from this:
<button type="submit"
class="stripe-button-el" style="visibility:
visible;"><span style="display: block; min-height:
30px;">Donate</span></button>
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