Title: Remove Inline CSS
Last modified: September 13, 2018

---

# Remove Inline CSS

 *  Resolved [anotherbreed](https://wordpress.org/support/users/anotherbreed/)
 * (@anotherbreed)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/remove-inline-css-6/)
 * Hi there,
 * I’m using the filter inside a Widget, and I’m trying to customize the appearance
   of the list of tags overriding some CSS properties in my child theme. The problem
   is that the Filter and Reset buttons have “float:left;” and “float:right;” inline
   properties and I’m unable to override such CSS properties without having to manually
   edit the Plug-in files, that is not good practice, especially when updates come
   out.
 * Can you please fix this in the next update? Many thanks

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

 *  [pavloborysenko](https://wordpress.org/support/users/pavloborysenko/)
 * (@pavloborysenko)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/remove-inline-css-6/#post-10688156)
 * Hello
 * No. This plugin style, it should be
 * Please drop me exact link to the issue and describe what you want
    -  This reply was modified 7 years, 8 months ago by [pavloborysenko](https://wordpress.org/support/users/pavloborysenko/).
 *  Thread Starter [anotherbreed](https://wordpress.org/support/users/anotherbreed/)
 * (@anotherbreed)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/remove-inline-css-6/#post-10688567)
 * The issue is that if you use inline CSS it will be impossible to override the
   Float properties, even using !important.
 * What I was trying to do is to have the buttons (Filter and Reset) close together
   and aligned to the left. I can do that editing the files, but it’s not the ideal
   solution. Best would be to add it to my CSS in the child theme.
 *  [pavloborysenko](https://wordpress.org/support/users/pavloborysenko/)
 * (@pavloborysenko)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/remove-inline-css-6/#post-10695203)
 * Hello
 * _if you use inline CSS it will be impossible to override_ – it’s possible
 * Please drop me link I will try it
 * Example it works fine:
 * .button.woof_reset_search_form{
    float: none !important; }

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

The topic ‘Remove Inline CSS’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-products-filter/assets/icon-256x256.png?rev=
   2844301)
 * [HUSKY - Products Filter Professional for WooCommerce](https://wordpress.org/plugins/woocommerce-products-filter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-products-filter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-products-filter/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-products-filter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-products-filter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-products-filter/reviews/)

## Tags

 * [float](https://wordpress.org/support/topic-tag/float/)
 * [inline css](https://wordpress.org/support/topic-tag/inline-css/)
 * [update](https://wordpress.org/support/topic-tag/update/)

 * 3 replies
 * 2 participants
 * Last reply from: [pavloborysenko](https://wordpress.org/support/users/pavloborysenko/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/remove-inline-css-6/#post-10695203)
 * Status: resolved