This topic has 2 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Rose Tyler
Hi,
I want to remove the “Miktar” text(“quantity” as the original text) next to the quantity bar. Is that possible?
https://prnt.sc/KBlDVSf14CtX
Thank you so much!
Hello, Liva,
Thank you for contacting us and for using XStore.
Please add the next code in Theme Options > Theme Custom CSS > Mobile:
.single-product-builder .et_product-block form.cart .quantity-wrapper:before {
display: none;
}
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up