Quick Customization: Make Your kvCORE Embeddable Home Valuation Widget Look Great

Have you tried embedding your Home Valuation widget into your kvCORE home page, custom pages, or even a 3rd party site and it looks like, well… less than professional? Mismatched element heights… bright green submit button… Yuck. Here is the fix.

Copy the code below and paste it into the ‘Custom Body’ setting in your kvCORE ‘Web & IDX’ settings. This will only apply to the embeddable widget, not your kvCORE sell.php page…

Happy customizing!!!

<style>
body:not(#sell-bodycontent) #sellform>div>div:nth-child(1){width:75%!important}
 body:not(#sell-bodycontent) #sellques, body:not(#sell-bodycontent) #sellbutton{height:54px!important; border-radius:0!important} body:not(#sell-bodycontent) #sellbutton{margin-top:0!important;background:#252526!important;color:#fff;transition:all .2s ease-in-out}
 body:not(#sell-bodycontent) #sellbutton:hover{background:#fff!important;color:#252526}
@media screen and (max-width: 625px){body:not(#sell-bodycontent) #sellform>div>div:nth-child(1),body:not(#sell-bodycontent) #sellform>div>div:nth-child(2) float:none!important;width:100%!important}}
</style>

Leave a Comment