Mortgage Comparison Calculator on Your Site
You can have a mortgage comparison calculator on your site, like the one we have here.
Just put this code on your site, exactly as it appears below:
Here's how the calculator will appear on your site:
Styling the calculator
The CSS for this calculator is located here.
You can change how the calculator looks by over-riding the css code.
For example to make the background color white, add this code to your stylesheet:
.dollar-times-widget .widget-content { background-color: #fff !important; }