WordPress Sharing Customization

Square Corners

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

<style>
.a2a_menu, .a2a_menu_find_container { 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_menu, .a2a_menu_find_container { border-radius: 0 !important; }

You can also style AddToAny to have square icons instead of round icons.