Title: [Plugin: Taxonomy Widget] custom css
Last modified: August 19, 2016

---

# [Plugin: Taxonomy Widget] custom css

 *  [ntechi](https://wordpress.org/support/users/ntechi/)
 * (@ntechi)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-taxonomy-widget-custom-css/)
 * hey your plugin is good, i am using it in my website to display custom taxonomies
   in a drop-down list, i just want to apply custom css to my drop-down or to the
   title, how can i apply?

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [Michael Fields](https://wordpress.org/support/users/mfields/)
 * (@mfields)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-taxonomy-widget-custom-css/#post-1814076)
 * Thanks, You can add custom css to your theme’s style.css file. Since the dropdown
   is printed inside a widget, there are ample classes to choos from. just view 
   the source and go from there.
 *  Thread Starter [ntechi](https://wordpress.org/support/users/ntechi/)
 * (@ntechi)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-taxonomy-widget-custom-css/#post-1814077)
 * and is it possible to display the drop down for posts???
    means all my posts 
   will come in drop-down??
 *  Thread Starter [ntechi](https://wordpress.org/support/users/ntechi/)
 * (@ntechi)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-taxonomy-widget-custom-css/#post-1814078)
 * and can you give me ideas on how can i integrate this jquery to the drop-down-
   list
    [http://www.dev4press.com/jquery/jgd-dropdown/](http://www.dev4press.com/jquery/jgd-dropdown/)
 *  Plugin Author [Michael Fields](https://wordpress.org/support/users/mfields/)
 * (@mfields)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-taxonomy-widget-custom-css/#post-1814079)
 * > and is it possible to display the drop down for posts???
   >  means all my posts
   > will come in drop-down??
 * No. The dropdown will only display terms of the taxonomy that you choose when
   you install the widget.
 *  Thread Starter [ntechi](https://wordpress.org/support/users/ntechi/)
 * (@ntechi)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-taxonomy-widget-custom-css/#post-1814080)
 * can you set that jquery for me,
    cause i am confused in the coding
 *  Plugin Author [Michael Fields](https://wordpress.org/support/users/mfields/)
 * (@mfields)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-taxonomy-widget-custom-css/#post-1814082)
 * > and can you give me ideas on how can i integrate this jquery to the drop-down-
   > list
 * I would try something like this:
 *     ```
       <script type="text/javascript">
       $(document).ready(function() {
       $(".widget_taxonomy select").jgdDropdown();
       }
       </script>
       ```
   
 *  Thread Starter [ntechi](https://wordpress.org/support/users/ntechi/)
 * (@ntechi)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-taxonomy-widget-custom-css/#post-1814083)
 * should i put this code in plugin file or somewhere else?
    and in which function
   if in plugin file?
 *  Plugin Author [Michael Fields](https://wordpress.org/support/users/mfields/)
 * (@mfields)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-taxonomy-widget-custom-css/#post-1814166)
 * Somewhere in your theme _after_ the script where jgdDropdown() is defined.
 *  Thread Starter [ntechi](https://wordpress.org/support/users/ntechi/)
 * (@ntechi)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-taxonomy-widget-custom-css/#post-1814266)
 * i tried putting it in my header.php file inside head, but it is not working,
   
   just i copy pasted this code, do i have to add some other code into it???

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘[Plugin: Taxonomy Widget] custom css’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/taxonomy-widget.svg)
 * [Taxonomy Widget](https://wordpress.org/plugins/taxonomy-widget/)
 * [Support Threads](https://wordpress.org/support/plugin/taxonomy-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/taxonomy-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/taxonomy-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/taxonomy-widget/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [ntechi](https://wordpress.org/support/users/ntechi/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-taxonomy-widget-custom-css/#post-1814266)
 * Status: not resolved