Text Link

Sometimes we need just a raw text link or a link styled as a button, without any extra markup involved. The text link element gives you exactly that.

You can also change the tag and choose not to have as a link, to create any element you want with text inside. <button>? <span>? <p> whatever you want, including custom tags and any attributes you want.

Output on the front end..

<a id="element_id" title="" href="/another-page/" class="zb-element zb-el-xText">Just a raw element.</a>