Hidden quantity buttons on Chrome

Home Forums Ticket Products Event Tickets Plus Hidden quantity buttons on Chrome

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #953671
    dotdash
    Participant

    Hello there,

    The quantity buttons are hidden in Chrome by default, but not in Safari or Firefox. Any idea why?

    I can’t see a problem with the plugin css.

    http://anthropoid.co.uk/ruared/event/wall-of-death-performances

    Cheers,

    Spencer

    #953679
    George
    Participant

    Hey Spencer,

    There is indeed not a problem with the plugin CSS – by default, Chrome sets those arrows on “number” input types to only show up on hover.

    I found the following bit of CSS online that fixes this:

    
    input[type=number]::-webkit-inner-spin-button {
        opacity: 1 !important;
    }
    

    Try adding that to the bottom of your theme’s style.css file and let us know if it helps!

    Cheers,
    George

    #953680
    dotdash
    Participant

    This reply is private.

    #954375
    George
    Participant

    No worries Spencer – did the code I shared help you here?

    #954536
    dotdash
    Participant

    This reply is private.

    #954767
    George
    Participant

    Nice! Thanks for confirming Spencer!

    Have a good weekend 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hidden quantity buttons on Chrome’ is closed to new replies.