Hello
is it possible to hide just the Add to cart button and product amount from variable product page? I’d like to display a contact form instead of Add to cart button and I’d like to use the rest of variable product functionality, such as variants, short description, unique SKUs and different prices.
I’m already using this CSS code to hide the Add to cart button
form.cart {
margin-bottom: 24px;
overflow: hidden;
display: none;
}
Thank you
Hi milanissimo85!
Send us a link to one of these products and we’ll take a look. You can set your reply as private if you wish.
Best regards,
Elliott
Hello
The link to the variable product is in the private content.
I tried to hide the buttons with via this:
div.variations_button {
overflow: hidden;
width: 100%;
display: none;
}
But it only works in Firefox developer tools. As soon as I put it into Quick CSS, the buttons are there again.
Thank you
Hi!
Try this out.
.variations_button {
display: none !important;
}
Best regards,
Elliott
It’s working, thank you!
Hi!
Glad you got it short out!
Let us know if we could help with any other way :)
Cheers!
Basilis