This topic has 3 replies, 2 voices, and was last updated 11 months, 2 weeks ago ago by infomrprod
I had a problem:
https://www.8theme.com/topic/in-the-mobile-view-there-is-no-total-amount-in-the-shopping-cart-line/#post-374516
However, this created an extra button that doesn’t work. How can I remove it? This is only in mobile view.
Hello, @infomrprod,
Thank you for contacting us and for using XStore.
To address the concern you’ve raised, we kindly ask that you follow these steps: copy the CSS code provided below and paste it into the designated area located at XStore > Theme Options > Theme Custom CSS > Global CSS.
@media only screen and (max-width: 993px) {
.cart-item-details .product-price-quantity .quantity{
display: none !important;
}
}
We hope that this will effectively resolve the issue at hand. Should you require any further assistance, please do not hesitate to reach out.
Best regards,
The 8Theme Team
It works, thanks again.
The issue related to '‘The mobile view has an extra quantity button that doesn’t work.’' has been successfully resolved, and the topic is now closed for further responses