AddToSite

← Customize

Customize

Button shape

Three shapes ship. Rounded is the default and needs no class; the other two are a single word added to the kit. There is no CSS for you to write.

Live demo

Running on this page

Circular, from the ats_round_style class on the kit.

The code

This is the demo above, verbatim. Nothing is shortened for the page.

<div class="ats_kit ats_kit_size_32 ats_round_style">
  <a class="ats_button_facebook"></a>
  <a class="ats_button_x"></a>
  <a class="ats_button_linkedin"></a>
  <a class="ats_button_whatsapp"></a>
  <a class="ats_button_telegram"></a>
  <a class="ats_dd"></a>
</div>

<script async src="//static.addtosite.com/widget.js"></script>

The three classes

Rounded is what you get without any of them.

ats_default_style   rounded, 9px corners
ats_round_style     circular
ats_square_style    square corners

Next