This topic has 7 replies, 5 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler
Hello, I’m trying to add a text after the quantity area but I could put it before the area: https://imgur.com/a/G6Z4ueT
Is there a way to put it between the “+” simbol and the “add to cart” button?
You should login to view the field.
Regards,
Mateo.
Hello!
Thanks for getting in touch with us. My name is Muhammad.
I am afraid to say that it is not possible to add any text between the quantity field and add cart button because they are single component. It will require changes in the core file using the child theme.
Thank you!
Hello,
Try to add the below code to Theme Options > Custom CSS
.et_product-block .cart .quantity {
order: 0;
}
div.pezzi {
order: 1;
}
.single-product-builder .single_add_to_cart_button.button {
order: 2;
}
Regards
Really thank you, it worked.
Can I ask if it can be done with php?
Hi
Thank you so much for your kind words.
Yes you can customize your theme according to your requirements , make sure all changes done in child theme.
Thank you for replying but I actually was asking if you know about any snippet that can be used to achieve it.
Regards,
Mateo
Hello,
Sorry, but additional customization in files is outside the scope of our basic support.
Regards
You must be logged in to reply to this topic.Log in/Sign up