Home Forums WoodMart support forum Editing quantity box and add to card button

Editing quantity box and add to card button

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #379423

    tekeci
    Participant

    Hello. How can I do like in screenshot?

    Attachments:
    You must be logged in to view attached files.
    #379505

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    div.quantity input[type=”button”], div.quantity input[type=”number”] {
    height: 50px;
    }

    input.minus {
    border-right: none !important;
    }

    input.plus {
    border-left: none !important;
    }

    Best Regards

    #379623

    tekeci
    Participant

    Thank you so much. Good but not enough. I need them:
    1. Remove hover on quantity box.
    2. Quantity box border: 1px solid (not 2px solid)
    3. I want to increase the height of the quantity box and add to cart button (like example)

    #379819

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    div.quantity input[type=”button”], div.quantity input[type=”number”] {
    height: 55px;
    border-width: 1px;
    }

    div.quantity input[type=”button”]:hover, div.quantity input[type=”number”]:hover {
    background-color: white;
    color: black;
    }

    Best Regards

    #379882

    tekeci
    Participant

    Sorry but nothing has changed.

    #379927

    Hello,

    Your issue has been Resolved. Please clear cache and check back.

    Best Regards

    #379937

    tekeci
    Participant

    Thank you so much. Best support team!

    #379943

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Editing quantity box and add to card button’ is closed to new replies.