Move the listing courtesy section on your Real Geeks website

This code below will move the existing listing courtesy section on the property pages of your Real Geeks website to the bottom of each property page. Many agents don’t want to have a listing agents phone number so blatantly in view to their visitors, so this is a nice fix that will still keep the information on the page but out of view.

Please make sure that implementing this change does not violate your local MLS rules before adding this to your Real Geeks site.


Instructions

Add the below code snippet to the default footer of your Real Geeks website. That’s it!

PS — we also styled the font to look nicer as well as shown above. If you want to keep it the same, remove everything between the <style> tags. Enjoy 😁

// Move courtesy section on all property pages //
// VanityGeeks.com //
<script>
    window.addEventListener("load", function() {
        $(".listing-courtesy").appendTo(".property-page");
    });
</script>
<style>
    .property-page div.listing-courtesy.top>p {
        font-size: 15px;
        width: fit-content;
        background: #f5f5f5;
        padding: 5px 10px;
        border-radius: 20px;
    }
</style>

If you ever have questions, please feel free to contact us.

Previous
Previous

Modernize your Real Geeks sign up forms

Next
Next

Globally change interest rate on Real Geeks mortgage calculator