Hello everyone,
I'm new to WordPress. I'm using v3.0.4, with Aparatus Theme, and installed "Sidebar Login" and "Social Profiles" plugins.
Now, i'd like to stylize their appearance in the sidebar. But when I look at the code, it give something like this :
<div class="sidebar-row">
<h3>Follow us on :</h3>
<a href="http://www.rss.com"><img src="http://cluster010.ovh.net/~paconlin/wp-content/plugins/social-profiles-widget/images/default/Feed_48x48.png" alt="RSS" /></a>
<a href="http://www.viadeo.com"><img src="http://cluster010.ovh.net/~paconlin/wp-content/plugins/social-profiles-widget/images/default/Viadeo_48x48.png" alt="Viadeo" /></a>
<a href="http://www.linkedin.com"><img src="http://cluster010.ovh.net/~paconlin/wp-content/plugins/social-profiles-widget/images/default/Linkedin_48x48.png" alt="Linkedin" /></a>
<a href="http://www.twitter.com"><img src="http://cluster010.ovh.net/~paconlin/wp-content/plugins/social-profiles-widget/images/default/Twitter_48x48.png" alt="Twitter" /></a>
<a href="http://www.xing.com"><img src="http://cluster010.ovh.net/~paconlin/wp-content/plugins/social-profiles-widget/images/default/Xing_48x48.png" alt="Xing" /></a>
</div>
So WordPress just gives to the widget a generic class, but no ID. Then I can't put specific style to this plugin.
In that case, how can I put a specific style to my plugin ?
Any help would be appreciated.
Greetings,
VaN