Drupal Sharing Customization

Square Buttons

You can change AddToAny button icons to have square corners instead of rounded corners.

<style>
.a2a_svg, .a2a_count { border-radius: 0 !important; }
</style>

In Drupal, add the following CSS code to your "Additional CSS" box in Configuration > Web services > AddToAny > Additional Options.

For WordPress, add the following CSS code to your "Additional CSS" box in Settings > AddToAny.

.a2a_svg { border-radius: 0 !important; }

You can also style AddToAny menus to have square corners instead of rounded corners.