Home › Forums › WoodMart support forum › PRODUCT PAGE – ADD TO CART PRODUCT PAGE – ADD TO CART This topic has 7 replies, 2 voices, and was last updated 2 years, 7 months ago by Aizaz Imtiaz Awan. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts April 24, 2022 at 1:16 am #370550 E-N AdminParticipant 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, April 25, 2022 at 10:36 am #370712 Aizaz Imtiaz AwanKeymaster 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 April 26, 2022 at 6:37 am #370955 E-N AdminParticipant 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 2 years, 7 months ago by E-N Admin. April 26, 2022 at 1:14 pm #371044 Aizaz Imtiaz AwanKeymaster 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 April 26, 2022 at 2:18 pm #371066 E-N AdminParticipant Hi, This code doesn’t work. April 26, 2022 at 3:25 pm #371104 Aizaz Imtiaz AwanKeymaster 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 April 26, 2022 at 3:32 pm #371109 E-N AdminParticipant Hi, It’s still not working. This reply was modified 2 years, 7 months ago by E-N Admin. April 27, 2022 at 10:04 am #371296 Aizaz Imtiaz AwanKeymaster 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 This reply was modified 2 years, 7 months ago by Aizaz Imtiaz Awan. Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to create new topics. Login / Register