Title: Problem links in plugin widget
Last modified: August 31, 2016

---

# Problem links in plugin widget

 *  Resolved [Wefixit](https://wordpress.org/support/users/sdevroey/)
 * (@sdevroey)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/problem-links-in-plugin-widget/)
 * Hello,
 * I have installed the plugin and everything works great except in the widget. 
   When I choose to display color+text only the 2 first colors are clickable, all
   other colors can not be clicked.
    See on my site [http://www.sophiedesutter.be](http://www.sophiedesutter.be)
 * However, when selecting to show only colors in the widget, every color can be
   clicked.
 * [https://wordpress.org/plugins/color-filters/](https://wordpress.org/plugins/color-filters/)

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

 *  [Dominykas](https://wordpress.org/support/users/dominykasgel/)
 * (@dominykasgel)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/problem-links-in-plugin-widget/#post-7320901)
 * Hi there,
 * I hope you are well today and thanks for asking!
 * This is a CSS related issue. Add the following code to your theme’s style.css
   file:
 *     ```
       .widget_nm_color_filters .color-filters-wrap {
         float: none !important;
         overflow: hidden;
         margin: 0 0 -20px 0 !important;
       }
       ```
   
 * It should fix the problem. Let me know how it goes. Thanks!
 *  Thread Starter [Wefixit](https://wordpress.org/support/users/sdevroey/)
 * (@sdevroey)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/problem-links-in-plugin-widget/#post-7320916)
 * Works perfectly ! Thank you for the support.
 * Cheers
 *  [Dominykas](https://wordpress.org/support/users/dominykasgel/)
 * (@dominykasgel)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/problem-links-in-plugin-widget/#post-7320980)
 * You’re welcome ! 🙂

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

The topic ‘Problem links in plugin widget’ is closed to new replies.

 * ![](https://ps.w.org/color-filters/assets/icon-128x128.png?rev=1863743)
 * [Ultimate WooCommerce Filters](https://wordpress.org/plugins/color-filters/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/color-filters/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/color-filters/)
 * [Active Topics](https://wordpress.org/support/plugin/color-filters/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/color-filters/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/color-filters/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Dominykas](https://wordpress.org/support/users/dominykasgel/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/problem-links-in-plugin-widget/#post-7320980)
 * Status: resolved