Hi
Pls can someone provide a solution to removing the text “quantity:” next the the quantity selector and make it inline with the add to car button
Theme: warehouse
URL: smartappliancesonline.co.uk
Wanted result:
current result:
Cheers
Hi
Pls can someone provide a solution to removing the text “quantity:” next the the quantity selector and make it inline with the add to car button
Theme: warehouse
URL: smartappliancesonline.co.uk
Wanted result:
current result:
Cheers
@chrisjames11 - add this css and check, should look like the screenshot below
.product-form__info-item--quantity{display: inline-flex;}
.product-form__info-item--quantity .product-form__info-title{display:none;}