Okay
  Public Ticket #212573
WooCommerce Add to Cart - Amount Function
Closed

Comments

  • Thomas started the conversation

    Hi,

    I just saw that there is a another function in the add to cart buttons - the area where you can change the amount of items to put in the cart... I have added a jpg to make it clear... I just need the "+" und "-" function left and right of the number... How can I delete this uggly up and down arrow??

    Thanks! 

    Cheers
    Freshsmoothie

  • Thomas replied

    No Idea?

  •  8,839
    Tahir replied

    Hey Thomas!

    Add this into the Custom CSS box located in your Salient Options panel:

    .woocommerce .cart .quantity input.qty {
        width: 45px !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Thomas replied

    Hey Tahir!

    Thanks for this. It helps a bit - so that I can now see a 2 digit amount...

    But I dont see a necessity for these two little triangle function. The "+" and "-" is even nicer - and these do the same....

    So how can I get rid of this thing?

    Cheers

    Thomas


  •  1,070
    ThemeNectar replied

    Hey Thomas!

    Add this into the Custom CSS box located in your Salient Options panel:

     
    .quantity input[type=number] {
    	-moz-appearance: textfield;
    	 margin: 0; 
    }
    
    Cheers :)
  • Thomas replied

    Hey!

    GREAT! That's it! You rule!!  :-)

    Thanks a lot!

    Cheers

    Thomas