This is the code I have found underneath the vehicle listing:
Code: |
<!-- Modal -->
<a href="#aboutus" class="vehicle-button-about"></a>
<a href="#vehicle-modal-css" class="vehicle-overlay" id="vehicle-aboutus" style="display: none;"></a>
<div class="vehicle-popup">
<div class="vehicle-modal-text">
Please past text to modal
</div>
<a class="vehicle-close" title="Close" href="#vehicle-close"></a>
</div></div>
</div>
</div>
|
This code is not found in the online Demo. Can you tell me what purpose it serves and how to get rid of it?