Home › Forums › WoodMart support forum › Quantity input field above add to cart button Quantity input field above add to cart button This topic has 3 replies, 2 voices, and was last updated 2 years ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts December 22, 2022 at 6:07 pm #430770 atpd23Participant Hello, I would like to ask you, how to place quantity input field above add to cart button? Please see the attached images. Best Reagrds Attachments:You must be logged in to view attached files. December 23, 2022 at 2:47 am #430853 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body form.cart { display: block!important; } body div.quantity { display: block; } form.cart :where(.single_add_to_cart_button,.wd-buy-now-btn,.quantity) { margin-bottom:20px; } Best Regards December 23, 2022 at 2:53 pm #430956 atpd23Participant Hello, Thank you Elise, it’s working. Could I also ask you how to add some text before that quantity field? I can add a text block before the product price, but not before quantity input. It’s seems a quantity field doesn’t have own widget as a price has. Best Regards Attachments:You must be logged in to view attached files. December 24, 2022 at 5:32 am #431068 Elise NoromitMember Hello, Unfortunately, it is not possible to add text right there. You can consider the option Before or After add to cart button. You can insert your text in this area. Please find the option in the Theme Settings > Single Product > Add to cart. If you have any questions please feel free to contact us. Best Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register