Evo

Glyph Link

Glyph styles for links. Evo link bullet styles can be adjusted from _evo_variables.scss. Regular link bullets will inherit styles from the link text. See the list-bullet page for more link-[style] options.

Bullet Link Example

Back to Index
<a class="evo-link-bullet link-arrow-double-back text-size-3" href="javascript:void(0);">Evo link with default bullet</a>

Apply evo-link-bullet and link-arrow-double-backto an <a> tag.

<ul class="evo-list text-size-6">
<li><a class="link-check padding-right-8-before link-color" href="#"><span class="link-dashed">list item 1</span></a></li>
<li><a class="link-check padding-right-8-before link-color" href="#"><span class="link-dashed">list item 2</span></a></li>
<li><a class="link-check padding-right-8-before link-color" href="#"><span class="link-dashed">list item 3</span></a></li>
</ul>

Try mixing link-bullet styles with styles from the list-bullet or link-style pages.