Title: Customize the + &#8211; button?
Last modified: May 31, 2021

---

# Customize the + – button?

 *  Resolved [Uranbold](https://wordpress.org/support/users/uranbold/)
 * (@uranbold)
 * [5 years ago](https://wordpress.org/support/topic/customize-the-button-2/)
 * Hello,
 * I wanna override the plugin quantity file.
 * <button type=”button” class=”minus qib-button”>
 * <button type=”button” class=”plus qib-button”>
 * However, If i included it on my theme/woocommerce/global/quantity-input.php then
   it’s not working?
 * How can I customize the + – buttons with my custom SVG.
 * Thanks.

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [CodeAstrology IT Firm](https://wordpress.org/support/users/codeastrology/)
 * (@codeastrology)
 * [5 years ago](https://wordpress.org/support/topic/customize-the-button-2/#post-14526561)
 * Hello,
    Before template override we need to remove a filter hook which we have
   used in our plugin. Use below this filter hook to remove our filter.
 * `remove_filter( 'woocommerce_locate_template', 'wqpmb_locate_template' );`
 * Hope this solves your issue.

Viewing 1 replies (of 1 total)

The topic ‘Customize the + – button?’ is closed to new replies.

 * ![](https://ps.w.org/wc-quantity-plus-minus-button/assets/icon-256x256.png?rev
   =3538865)
 * [Quantity Plus Minus Button for WooCommerce](https://wordpress.org/plugins/wc-quantity-plus-minus-button/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wc-quantity-plus-minus-button/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wc-quantity-plus-minus-button/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-quantity-plus-minus-button/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-quantity-plus-minus-button/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-quantity-plus-minus-button/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [CodeAstrology IT Firm](https://wordpress.org/support/users/codeastrology/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/customize-the-button-2/#post-14526561)
 * Status: resolved