[Plugin: Sociable for WordPress 3.0] CSS customisation
-
At the moment, CSS customisation is very limited. Could you please add this line of code to the show_site method of the Sociable class:
$img_class = ($disablealpha) ? "sociable-img" : "sociable-img sociable-hovers"; $img_class .= " ".strtowlower($sitename);
This way people can customise icons based on each different service.
- The topic ‘[Plugin: Sociable for WordPress 3.0] CSS customisation’ is closed to new replies.