Apologies if this has been asked before but I wasn't able to find a solution (maybe WP.org should add a few extensions to make searching for things much less painful ;-) ).
I tried adding the following code to my themes style.css file (and I unchecked the "Use CSS stylesheet" box):
var a2a_config = a2a_config || {};
a2a_config.color_main = "594638";
a2a_config.color_border = "E4DDAE";
a2a_config.color_link_text = "E4DDAE";
a2a_config.color_link_text_hover = "877D66";
a2a_config.color_arrow = "fff";
a2a_config.color_arrow_hover = "fff";
The base code I got off the A2A website and I only changed the colour values (the "arrow" ones I copied from the Menu Styler app on the site as I intend to change them as well). At first glance I thought it didn't look right compared to the rest of the code in the css file, and after implementing it I've noticed no change to the form on my site (http://sin.theweare.net).
Is there a sample of working css code I can use on my site, or should the above code have worked?
Thanks in advance,
Lee C
P.S.
On a sidenote (rather than starting another thread) - even when I uncheck the "Only show the menu when the user clicks the Share/Save button" the form still won't show unless I click on the link. Is there a way around this?