• Resolved ec2020italia

    (@ec2020italia)


    Hi there!
    I’m getting mad with an issue I’m having using Woocommerce + Ocean WP + Elementor Pro and I’ve never had with other website I’ve created before.
    In the cart page and in the cart menu, the Quantity label is blank but the function works properly. Tis means that if I change the quantity in the quantity box, I am not able to see the number I inserted but clicking on “Update cart” I can see the total price changed correctly…
    I think could be just the color of the number in the bx but I cannot find the place wher to change it.
    Please help!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The view is caused by styling your website through Elementor. There seems to be a specification there that form fields have padding. This is way too big for the field here, as it doesn’t have the space for it at all.

    I see 2 possible solutions for you:
    a) You find this setting in Elementor and reset it. However, this would also affect other input fields. If you want to know details about this, I would recommend the Elementor support forum: https://www.ads-software.com/support/plugin/elementor/
    b) Add in your custom CSS under Appearence > Customizer > Additional CSS:

    body form input[type="number"] {
     max-width: 50px;
     padding: 0 0 8px !important;
    }
    Thread Starter ec2020italia

    (@ec2020italia)

    Thank you very much for your help! I tried the customized CSS and it works!!!!!!!!!

    Thread Starter ec2020italia

    (@ec2020italia)

    I solved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problems with Woocommerce Cart Quantity’ is closed to new replies.