PRODUCT PAGE – ADD TO CART
-
Hi,
Could you please let me know how to remove Qty selector on product page and make my ‘add to cart’ button bigger.
Also, is it possible to put the add to cart button after the product title?
Thanks,
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.single-product div.quantity {
display: none;
}
.single-product .summary-inner .single_add_to_cart_button {
width: 240px;
}
Best Regards
Hi,
How do I make the ‘add to cart’ text bigger for mobile?
Also, is there a way to move the ‘add to cart’ area just after the product price and before the product brief description?
-
This reply was modified 3 years, 3 months ago by
E-N Admin.
Hello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.single-product .summary-inner .single_add_to_cart_button {
font-size: 24px;
}
Please try using our layout builder to edit single product page:
https://xtemos.com/docs-topic/single-product-page-builder/
Best Regards
Hi,
This code doesn’t work.
Hello,
Please replace the previous CSS with the following then check back.
.single-product .summary-inner .single_add_to_cart_button .button_text {
font-size: 22px;
}
Best Regards
Hi,
It’s still not working.
-
This reply was modified 3 years, 3 months ago by
E-N Admin.
Hello,
Please provide the admin panel login details of the website to check it myself and help you out accordingly. Because the login details provided previosuly are not working.
Best Regards