Is there a plugin that helps to style the widgets?
Thanks.
Is there a plugin that helps to style the widgets?
Thanks.
no, learn CSS
Oh snap.
Mayur, there is a FireFox Addon that will allow you to do all sorts of wonderful things like figure out what class an element belongs to etc...
You can even edit the browser-cached CSS of ANY website you've loaded to see on-the-fly what css changes would look like, before saving those changes to a local file...
http://tips.webdesign10.com/web-developer-toolbar.htm
etc.
@chaoskaizer
I know CSS thoroughly.
My question is basically this,
http://wordpress.org/support/topic/222352
@musnake, I am already using WDT and Firebug. How can I live without them.
Sorry for the confusion.
Please read the above topic and reply if you have any suggestions.
Thank you for your time.
I want to style "all" the built in widgets in a particular way (rounded corners). But I can't find the documentation of wordpress widgets CSS classes.
You can find the widgets class-name with the below code ↓
<?php
echo htmlentities($GLOBALS['wp_registered_sidebars']['sidebar-1']['before_widget']);
?>
Thanks.
This topic has been closed to new replies.