I have the 'sociable' 3.4.4 plugin on my website and I love it but I'd like to use 32x32 icons rather than the 16x16 ones included with the plugin. I know how to change the icons by replacing the graphics in the image folder using exactly the same name but I'm wondering how to make the icons display in full color rather than the opaque icons that display till you hover the mouse over it. Thanks for you help.
Find your site's stylesheet adding this to stylesheet: .sociable-hovers { opacity: 1.0 !important; -moz-opacity: 1.0 !important; filter: alpha(opacity=100) !important; }