Link Style
Basic link styles. For URL placeholders use <a href="#"> or <a href="javascript:void(0);">.
evo-link-line
<a href="javascript:void(0);" class="evo-link-line">
Pack my box with five dozen liquor jugs after after.
<a href="#">Pack my box with five dozen liquor jugs.</a>
Global font styles are applied to the a tag - and other tags – set in _global.scss. You can also directly apply evo-link to an anchor tag. Styles can be adjusted from _variables.scss.
If needed, directly apply an .a-link class to set the global link style to an HTML element.
Link Text Decoration Options
<a href="javascript:void(0);" class="text-link-over">
Pack my box with five dozen liquor jugs after after.
<a href="javascript:void(0);" class="text-link-middle">
Pack my box with five dozen liquor jugs after after.
<a href="javascript:void(0);" class="text-link-under">
Pack my box with five dozen liquor jugs after after.
<a href="javascript:void(0);" class="text-link-over-under>
Pack my box with five dozen liquor jugs after after.
<a href="javascript:void(0);" class="text-link-all">
Pack my box with five dozen liquor jugs after after.
<a href="javascript:void(0);" class="text-link-none">
Pack my box with five dozen liquor jugs after after.
Link Border Bottom States
<a href="javascript:void(0);" class="evo-link-line link-line-solid">
Pack my box with five dozen liquor jugs after after.
<a href="javascript:void(0);" class="evo-link-line link-line-dotted">
Pack my box with five dozen liquor jugs after after.
<a href="javascript:void(0);" class="evo-link-line link-line-dashed">
Pack my box with five dozen liquor jugs after after.
<a href="javascript:void(0);" class="evo-link-line link-line-double">
Pack my box with five dozen liquor jugs after after.
<a href="javascript:void(0);" class="evo-link-line link-line-dotted-to-solid">
Pack my box with five dozen liquor jugs after after.
<a href="javascript:void(0);" class="evo-link-line link-line-dashed-to-solid">
Pack my box with five dozen liquor jugs after after.
<a href="javascript:void(0);" class="evo-link-line link-line-thin">
Pack my box with five dozen liquor jugs after after.
<a href="javascript:void(0);" class="evo-link-line link-line-medium">
Pack my box with five dozen liquor jugs after after.
<a href="javascript:void(0);" class="evo-link-line link-line-thick">
Pack my box with five dozen liquor jugs after after.
<a href="javascript:void(0);" class="evo-link-line link-line-thin-to-thick">
Pack my box with five dozen liquor jugs after after.
<a href="javascript:void(0);" class="evo-link-line link-line-color">
Pack my box with five dozen liquor jugs after after.
<a href="javascript:void(0);" class="evo-link-line link-line-black">
Pack my box with five dozen liquor jugs after after.
<a href="javascript:void(0);" class="evo-link-line link-line-white">
Pack my box with five dozen liquor jugs after after.
<a href="javascript:void(0);" class="evo-link-line link-line-color-to-white">
Pack my box with five dozen liquor jugs after after.
<a href="javascript:void(0);" class="evo-link-line link-line-color-to-black">
Pack my box with five dozen liquor jugs after after.
<a href="javascript:void(0);" class="link-highlight-color">
Pack my box with five dozen liquor jugs after after.
<a href="javascript:void(0);" class="link-highlight-black">
Pack my box with five dozen liquor jugs after after.
<a href="javascript:void(0);" class="link-highlight-white">
Pack my box with five dozen liquor jugs after after.
<a href="#" class=".a-hover">Pack my box with five dozen liquor jugs.</a>
If needed for demonstration purposes, apply an .a-visited, .a-hover, .a-active, or .a-focus class to set the global font pseudo style directly to an HTML a element or text.