Forums

looking for a plugin (7 posts)

  1. Mayur Somani
    Member
    Posted 11 months ago #

    Is there a plugin that helps to style the widgets?
    Thanks.

  2. chaoskaizer
    Member
    Posted 11 months ago #

    no, learn CSS

  3. musnake
    Member
    Posted 11 months ago #

    Oh snap.

  4. musnake
    Member
    Posted 11 months ago #

    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

    http://sixrevisions.com/rapid-development/9-practical-ways-to-enhance-your-web-development-using-the-firefox-web-developer-extension/

    etc.

  5. Mayur Somani
    Member
    Posted 11 months ago #

    @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.

  6. chaoskaizer
    Member
    Posted 11 months ago #

    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']);
    ?>

    http://automattic.com/code/widgets/themes/

  7. Mayur Somani
    Member
    Posted 11 months ago #

    Thanks.

Reply

You must log in to post.

About this Topic

Tags

No tags yet.