Reply To: Menu not linking to external link

Support Forums Cian – HTML Template Menu not linking to external link Reply To: Menu not linking to external link

#3809
CreaboxThemes
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