Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3784187
Double signs "+" and "-" in the product quantity selection
Open

Comments

  •  1
    David started the conversation

    Why do two signs "+" and "-" appear below the product in a Composite? I need to remove a "+" and "-" sign because it is very confusing.

    Example here

    Attached files:  photo_2024-12-16_07-42-10.jpg

  •  1,281
    Dustin replied

    Hi David,

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .wooco-qty .wooco-qty-input .quantity {
        margin: 0;
    }
    
    .wooco-qty .wooco-minus, .wooco-qty .wooco-plus {
        display: none;
    }

    And the result:

    9633318617.png

    Best regards,
    Dustin

  •  1
    David replied

    Resolved! Thanks a lot!