This topic has 7 replies, 4 voices, and was last updated 5 months, 3 weeks ago ago by Andrew Mitchell
So that’s my question. The Quantity: data-label is useless. It’s only shown in mobile I’d like to remove since the user understand it’s the quantity and sometimes it overlaps and I shows in the screenshots attached
Hello, @Valleros,
Thank you for contacting us and for using XStore.
To address the issue you are experiencing, we kindly ask you to implement the following custom CSS code. Please navigate to XStore > Theme Options > Theme Custom CSS > Mobile, and add the code below:
.single-product-builder .et_product-block form.cart .quantity-wrapper:before {
display: none !important;
}
We trust that this adjustment will resolve the matter effectively. Should you require further assistance or have any questions, please do not hesitate to contact us.
Best regards,
The 8Theme Team
Yes but I am concerned about SEO with this since it’s some hidden text.
Also, something css related, is there anyway to make those quantity boxes just square and not diamond?
Hi @Valleros,
Yes but I am concerned about SEO with this since it’s some hidden text.
The Search Engine can’t crawl since the texts are coming from the CSS.
Also, something css related, is there anyway to make those quantity boxes just square and not diamond?
Please also add this custom CSS codes:
.single-product .quantity-wrapper {
transform: none !important;
}
Hope it helps!
Thanks! Solved
Dear Valleros,
We trust our theme is enhancing your experience. Taking a brief moment to rate it with a glowing 5 stars on ThemeForest would be immensely appreciated. Your feedback holds significant value for us.
Click here to rate now: https://themeforest.net/downloads
Thank you sincerely for your ongoing support!
Best Regards,
The 8Theme Team
The issue related to '‘Is there anyway to delete the quantity: data-label?’' has been successfully resolved, and the topic is now closed for further responses