Hello there ,
Is there any way to hide the quantity button and move the notify me button in the soldout products .
Hello there ,
Is there any way to hide the quantity button and move the notify me button in the soldout products .
Hi @Anonymous
Do you mean like this? The Image you provide and the links have different design of the button.
If it is, try this one.
.product-form__cart--box.d-flex.align-items-end {
display: none;
}
button#ProductPopup-notify {
top: 3px !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!