Hello I want to put my price more bold please !
https://www.five-pocket.com/products/pro-club-heavy-weight-t-shirt-white
I also want to center align size and quantity on computer because it look already good on mobile look at the picture
Hello I want to put my price more bold please !
https://www.five-pocket.com/products/pro-club-heavy-weight-t-shirt-white
I also want to center align size and quantity on computer because it look already good on mobile look at the picture
Hello @imazele
Its Artzen Technologies! We will be happy to help you today.
look like this
Let me know if need further assistance
Regards,
Artzen Technologies
Hello There,
.price-item.price-item--regular {
font-weight: bold;
}
Hi @imazele ,
Try this.
.price__regular {
font-weight: bold;
}
.product-form__input.product-form__quantity {
margin: auto;
}
fieldset.js.product-form__input {
margin: auto;
}
Result:
I hope it help.