Does anyone know how I would go about customizing a specific plugin that appears in my sidebar? I want to add an image to the title but don't know how I make the specific widget associated with a css class
Does anyone know how I would go about customizing a specific plugin that appears in my sidebar? I want to add an image to the title but don't know how I make the specific widget associated with a css class
link to your site?
'most' widgets bring their own css class with them; look into the html of your site with the browser 'view source' and find the div that holds the widget, and there you should be able to see which class that particular widget has.
or get firefox's web developer add-on, or firebug.
these are great tools to figure out css classes, and other useful information to optimize your css.
This topic has been closed to new replies.