jared-shepherd of Nullera
6/21/2019 - 3:08 AM

BigCommerce Modals

<!--Modal Container-->
<div id="yeModal" class="modal" data-reveal>
  Ye Modal Content
</div>

<!--Modal Activating Button-->
<a href="#yeModal" data-reveal-id="yeModal">
  Open Ye Modal!
</a>