This topic has 4 replies, 2 voices, and was last updated 3 years ago ago by Rose Tyler
Products that do not have price set an empty button is displayed. How to remove it?
http://prntscr.com/1zokz8t
Hello,
Please provide URL of the mentioned page via the Private Content area.
Regards
Hello,
Hello,
This situation happens because of code in style.css of your child theme.
Add the next code also:
.product:not(.purchasable) .footer-product .button {
display: none !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up