Support › Forums › Cian – HTML Template › Menu not linking to external link › Reply To: Menu not linking to external link
July 16, 2014 at 11:04 pm
#3809
Keymaster
Hi,
For example, in the default file index.html, in the line 114, you would have to edit the link. Now, the code is:
<a class="btn btn-default learn" href="#">Learn more</a>
You would have to change the value href
in this way:
<a class="btn btn-default learn" href="http://www.your-link.com">Learn more</a>
Regards