Hello Jennifer,
I have investigated your issue further. I found out that you have been using a broken HTML code on the page. You have added this:
<script async src='https://tag.simpli.fi/sifitag/0b47a6a0-31a0-0138-6d66-067f653fa718'></script>
<link rel="stylesheet" type="text/css" href="https://2g2nl93v7zo2n2uk6141m74dp8-wpengine.netdna-ssl.com/MyFontsWebfontsKit.css">
<span style="color: #e7e8e0;">
<a href="https://www.groovylabinabox.com/groovy-subscriptions/" target="_blank" rel="noopener"><span style="color: #ffffff; line-height: 1em;">GROOVY SUBSCRIPTION PLAN DEALS </span><br>
<div class="small-print">Psst! Click the rocket for details on FREE boxes and shipping!</div></a>
Please have your code be updated and use this one instead:
<script async src='https://tag.simpli.fi/sifitag/0b47a6a0-31a0-0138-6d66-067f653fa718'></script>
<link rel="stylesheet" type="text/css" href="https://2g2nl93v7zo2n2uk6141m74dp8-wpengine.netdna-ssl.com/MyFontsWebfontsKit.css">
<span style="color: #e7e8e0;">
<a href="https://www.groovylabinabox.com/groovy-subscriptions/" target="_blank" rel="noopener">
<span style="color: #ffffff; line-height: 1em;">GROOVY SUBSCRIPTION PLAN DEALS </span><br>
<div class="small-print">Psst! Click the rocket for details on FREE boxes and shipping!</div>
</a>
</span>
We highly recommend that when inserting HTML code, be sure to indent it and make sure that all the tags are properly closed to avoid any conflict or issues later on.
Please let us know how it goes.