Customize Buttons

CSS Style and Colors

Though our nifty color chooser is strongly recommended for the best UI compatibility, you can manually set the drop-down menu colors.

var a2a_config = a2a_config || {};
a2a_config.color_main = "D7E5ED";
a2a_config.color_border = "AECADB";
a2a_config.color_link_text = "333333";
a2a_config.color_link_text_hover = "333333";
Share

Tip: Using CSS, you can override any style of the AddToAny menu. For instance, you can have square corners instead of rounded corners.