Site logo

[Resolved] GeneratePress WooCommerce Quantity Buttons

Home Forums Support [Resolved] GeneratePress WooCommerce Quantity Buttons

Home Forums Support GeneratePress WooCommerce Quantity Buttons

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1523738
    Allison

    Hi guys,

    So having some issues with the display of the woo quantity buttons. The plus button shows, not the minus button. A weird layout issue. Any idea what is going on? View Screenshot

    Best,

    Allison

    #1523766
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to your site?

    #1523784
    Allison

    Hi David,

    See the private info for link.

    Best,

    Allison

    #1523802
    David
    Staff
    Customer Support

    Looks like you have a plugin called Woocommerce Qty Increment ?
    Which is affecting the GP Button styles.

    If you need that plugin then you remove the GP style by unchecking the Display Quantity Buttons in Customizer > Layout > Woocommerce

    https://docs.generatepress.com/article/woocommerce-overview/#single-product

    #1524007
    Allison

    Hi David,

    Thanks, that seemed to fix it, however I noticed that the default woo increase up and down arrows are still showing when you over over the quantity number, is that supposed to be that way with the woo quantity buttons turned on? It’s off-setting the number and cutting it off when increasing the amount.

    Best,

    Allison

    #1524042
    David
    Staff
    Customer Support

    Thats odd that the number spinner should be appearing.
    Try adding this CSS to remove them:

    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }
    /* Firefox */
    input[type=number] {
      -moz-appearance: textfield;
    }
    #1524082
    Allison

    Thanks David, that worked! 🙂

    #1524085
    David
    Staff
    Customer Support

    Glad to hear that!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.