This is the code for the erroneous button:
<div class="already-logged-in">
<p>You are already logged in, please continue to the next step.</p>
<a class="sf-roll-button alt-button continue-button" href="#" data-target="#billing"><span>Continue</span><span>Continue</span></a>
</div>
It is linking to #billing, but billing is right below the button.
It is tagged in the CSS as: .woocommerce-checkout .already-logged-in p
Would throwing a display:none! on there affect any other part of the site? Thanks!