Title: Remove &#8211; + Cart
Last modified: December 9, 2021

---

# Remove – + Cart

 *  Resolved [Fabricio10](https://wordpress.org/support/users/fabriciobarros10/)
 * (@fabriciobarros10)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/remove-cart-2/)
 * I really liked it, it was what I was looking for!
 * I need to remove the – + button from the cart page.
    I want to leave it only 
   on the product page
 * I tried additional CSS like this:
 * .cart button.minus.qib-button {
    display: none; } .cart .plus.qib-button { display:
   none }
 * but I’m not sure, because it was also deleted on the product page.

Viewing 1 replies (of 1 total)

 *  [Hannan](https://wordpress.org/support/users/phpcoderhannan/)
 * (@phpcoderhannan)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/remove-cart-2/#post-15160711)
 * Hello,
 * You can remove the – + button on your by using the below code:
 * if( !function_exists( ‘wqpmb_button_off_in_minicart’ ) ){
 *  function wqpmb_button_off_in_minicart( $bool ){
    global $product; if(is_null(
   $product)) return false; return $bool; } add_filter( ‘wqpmb_template_on_off’,‘
   wqpmb_button_off_in_minicart’ ); }
 * You can add this code to your child theme functions.php or if not child theme
   then also add the main theme functions.php file.
 * Also, you can add this code as a snippet of code snippet plugin.
 * After adding this code -+ button will remove from your cart page.
 * Regards,

Viewing 1 replies (of 1 total)

The topic ‘Remove – + Cart’ 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: [Hannan](https://wordpress.org/support/users/phpcoderhannan/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/remove-cart-2/#post-15160711)
 * Status: resolved