How To: Add Your Phone Number To Your kvCORE Home Page Header

Copy and paste the entire code below into the Custom Header setting in ‘Web & IDX’ settings. If you have stuff in that setting already, just scroll to the bottom of it and start a new line. Be sure to change the TWO places you see a phone number in the code below.

<!--CUSTOM PHONE CODE-->
<script type="text/javascript" src="https://d133rs42u5tbg.cloudfront.net/common/assets/jquery/jquery.js"></script>
<script>jQuery(document).ready(function($){ $('#home-bodycontent #header .container .row-flex:nth-child(1) > ul > li:first-child').after('<li class="list-inline-item"><a aria-label="call" href="tel:9192648414"><i class="fa fa-phone action" aria-hidden="true"></i><span class="font-weight-bold"> 919-264-8414</span></a></li>');});</script>
<!--END CUSTOM PHONE CODE-->

2 Comments

  1. BOB on September 9, 2024 at 4:23 pm

    I want to make the Home Page “mine”.
    My broker is front and center.
    How do I remove their info there and put the name of my business
    with all of my contact info.?
    By law they have to be on the page somewhere, but not
    BIG AND CENTERED as they are now.

    • Justin Hemker on September 11, 2024 at 3:22 pm

      Hey Bob!

      Some of the areas on the home page can be affected through settings in ‘Web & IDX’ -> ‘Website Settings’. The ‘info bar’ under the main banner on the home page is one of them. You can add your own personal logo next to the broker logo at the top. Look for the ‘Secondary Logo’ setting and upload your own there. There is also a setting called ‘Hide Office Name’ that will hide the brokerage name in the main banner.

      Beyond that, making further customizations can only be done through custom scripting. We do this quite a bit, but ultimately it is up to you to ensure whatever you’re customizing is still in compliance with your brokerage, MLS and real estate commission.

Leave a Comment