ellipsi
asked:
Hey! How can I insert a link in your theme #02 mad hatter? There's link possibilities up to 10 gadgets but cant figure out how to use the html so that the links work

You need to go to the html, find the links at the bottom.

they look like this:

<div class=“slide2”>
<div class=“slide2links”>
<a href=“/”> Link here</a>
<a href=“/”> Link here</a>
<a href=“/”> Link here</a>
<a href=“/”> Link here</a>
<a href=“/”> Link here</a>
<a href=“/”> Link here</a>
<a href=“/”> Link here</a>
<a href=“/”> Link here</a>
<a href=“/”> Link here</a>
<a href=“/”> Link here</a>
</div>
</div>

and just replace the / with your link url and Link here with the link title