Working on a Wordpress website, I encountered an issue in the widget section where I can't get any URL code to work!
Here is the current code snippet;
[one_third]
<a class="home-buttons" href="http://example.com/mortgage-calculator"><i class="icon mortgage-calculator-icon"></i>Mortgage Calculator</a>
<a class="home-buttons" href="http://example.com/help-to-buy"><i class="icon newsletter-icon"></i>Help to Buy</a>
<a class="home-buttons" href="http://example.com/meet-the-team"><i class="icon newsletter-icon"></i>Meet the Team</a>
<a class="home-buttons" href="http://example.com/contractor-mortgages"><i class="icon newsletter-icon"></i>Contractor Mortgages</a>
<a class="home-buttons" href="http://example.com/factsheets"><i class="icon newsletter-icon"></i>FactSheets</a>
[/one_third]
I'm looking to add URL functionality to each button so they can link to different pages. Any advice on how to do this would be greatly appreciated!
Thank you in advance to everyone who can help.