Editing quantity box and add to card button
-
Hello. How can I do like in screenshot?
Attachments:
You must be
logged in to view attached files.
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
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)
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
Sorry but nothing has changed.
Hello,
Your issue has been Resolved. Please clear cache and check back.
Best Regards
Thank you so much. Best support team!
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.
The topic ‘Editing quantity box and add to card button’ is closed to new replies.