• Resolved madjedo

    (@madjedo)


    Hi,

    The increment arrows inside the quantity input field still shows in Chrome browser?

    Kind Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author taisho

    (@taisho)

    Hello,

    do you still have this issue? Is the problem that quantity arrows AND quantity increment buttons from my plugin show together or that there are no buttons just quantity arrows on the page? To troubleshoot it, I would need a link to the website.

    Best regards,

    Ryszard

    Thread Starter madjedo

    (@madjedo)

    The problem is that quantity arrows AND quantity increment buttons are showing on for example the cart page.

    See uploaded image here: https://imgur.com/MUXHIXp

    I have hidden them with some custom css as per below:

    .woocommerce .quantity .qty
    {
    background: none;
    }

    .woocommerce .quantity .qty inpute[type=”number”], input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none;
    }

    Plugin Author taisho

    (@taisho)

    Glad to hear that You got it solved. This is interesting! Which Chrome version caused this? The newest one? I will do some tests this weekend. I would still appreciate providing me a link to the website, which would be a great help to investigate this problem and make sure that other users don’t face such an issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Quantity Arrows still showing in Chrome’ is closed to new replies.