Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #43555

    Korn D
    Participant

    Hi

    on product page, when i use firefox the quantity field has ‘up/down arrows’ inside the box as in following screenshots.
    i tried your demo site as well and the same thing happen.

    (these are screenshots from your demo site)
    firefox>> http://prntscr.com/3ilga4
    chrome>> http://prntscr.com/3ilhbr

    what should i do? THX!

    #43699

    Sarah E
    Participant

    Hi, I’m having the same issue – just had a very grumpy customer on the phone. The bug is new – it was definitely not there just a few days ago.

    #43815

    Nick T
    Participant

    Any response on this issue from the developer? I am having this issue too

    #44118

    Sarah E
    Participant

    found this answer elsewhere in forum:

    http://theme.co/x/member/forums/topic/small-bug-in-woocommerce-cart-page/

    fixed it in seconds!

    #44230

    Korn D
    Participant

    thanks a lot sarah for the solution. the number appear in firefox now.

    although it still has up/down arrow inside the box http://prntscr.com/3j2yce but it is good enough for now 🙂

    #44532

    Christian
    Moderator

    Hey guys,

    The CSS solution for that is:

    .woocommerce .quantity input[type=number], .woocommerce-page .quantity input[type="number"] {
        -moz-appearance:textfield;
    }
    

    Hope that helps. 🙂

    #45114

    Korn D
    Participant

    thanks for the solution, arrows are finally gone 🙂

    #45343

    Support
    Member

    Thanks Korn. Glad it worked.