[Support request] Help With Quantity Button Woocommerce Cart

Home Forums Support [Support request] Help With Quantity Button Woocommerce Cart

Home Forums Support Help With Quantity Button Woocommerce Cart

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1340078
    Mahardhika

    Hi
    + and – got upside and down
    is this intended?
    how to make it left (minus) and right (plus) ?

    screenshot

    thanks!

    #1340138
    David
    Staff
    Customer Support

    Hi there,

    nope not intended – this generally happens if another Plugin is interfering.
    You can either disable the +/- buttons in Customizer > Layout > Woocommerce

    OR

    If you can remove the coming soon i can take a look at correcting it with CSS

    #1340141
    Mahardhika

    Hi
    sorry, maintenance mode are deactivate now
    plugin is just :
    Elementor
    Elementor Pro
    GP Premium
    WooCommerce

    thanks

    #1340162
    David
    Staff
    Customer Support

    Elementor adds a lot of extra HTML when its used to edit templates – this effects the themes CSS. Add this CSS to fix it:

    .woocommerce-cart-form__cart-item .quantity.buttons-added {
        display: flex;
    }
    #1340164
    Mahardhika

    hi
    its works now
    thanks!

    #1340170
    David
    Staff
    Customer Support

    You’re welcome

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