We have added custom button shortcodes in our themes.
You can see the live demo of these buttons on demo sites.
You can see the live demo of these buttons on demo sites.
- TaraPro: http://demo2.drupar.com/tarapro/elements/button-popup
- MiliPro: http://demo2.drupar.com/milipro/elements/button-popup
Default Button
<a href="#" class="button">Button Text</a>
<button type="button">Button Text</button>
Dark Button
<a href="#" class="button-dark">Button Text</a>
<button class="button-dark" type="button">Button Text</button>
Round Button
<a href="#" class="button-round">Button Text</a>
<button class="button-round" type="button">Button Text</button>
Outlined Button
<a href="#" class="button-outline">Button Text</a>
<button class="button-outline" type="button">Button Text</button>
Animated Button
<a href="#" class="button-animate">Button Text</a>
<button class="button-animate" type="button">Button Text</button>