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-->

Leave a Comment