Resolvedquantity box with plus and minus buttons

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29465
    rinku81
    Participant

    Hi Team,
    We need quantity box with plus and minus buttons. Please resolve this

    #29498
    Althemist
    Keymaster

    Hello rinku81,

    Could you, please be more specific? Exactly where do you want this?

    #29520
    rinku81
    Participant

    Hi,
    on product detail page please check below url
    url: http://kumori.in/product/prussian-blue-night-wear/
    Screenshot for plus minus button on product detail page

    #29530
    Althemist
    Keymaster

    Yes, it can be done. You can use the following CSS:

    div.quantity {
        height: 47px;
        position: relative;
        margin-right: 3px;
        padding: 0 30px;
        border: 2px solid #f1f1f1;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        vertical-align: middle;
    }
    div.quantity input.grosso-qty-plus, div.quantity input.grosso-qty-minus {
        width: 24px !important;
        height: 24px;
        display: inline-block;
        border: none;
        color: #333;
        background: #fff !important;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: -12px;
        cursor: pointer;
        -webkit-appearance: none;
    }
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for any item belonging to this account
AlThemist

AlThemist

sales 17761, followers 748
Login and Registration Log in · Register