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

Okay
  Public Ticket #3653026
Breakdance Clash, double overlapping quantity buttons
Open

Comments

  •  2
    Daniel Perry started the conversation

    Could you take a look at the attached image, and link to site - https://hitchindeli.co.uk/product/deli-discovery/

    You will notice there are double quantity increase and decrease buttons. With the extra one overlapping the quantity number.

    I think this is a clash between the composite products pro plug-in and the breakdance page builder, are you able to supply some CSS or similar to fix?

    Thanks in advance 

    Dan

    Attached files:  Screenshot 2024-05-22 at 19.37.10.png

  •  1,223
    Dustin replied

    Hi Daniel,

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

    .wooco-qty .quantity button {
        display: none !important;
    }
    .wooco-qty .quantity .qty {
        height: 40px !important;
        line-height: 38px !important;
    }

    And the result:

    4163424247.png


    Best regards,
    Dustin

  •  2
    Daniel Perry replied

    Perfect, thanks very much :)