Comments kris started the conversationFebruary 25, 2016 at 10:25amHow do I remove the add to cart button on the main page? http://othellos.us/giftcards/ I just want people to be able to add items to the card once they click on an item.Andi repliedFebruary 25, 2016 at 3:04pmTry this by typing it into your custom CSS box in the Salient options panel:.woocommerce ul.products li.product .button {display: none}kris repliedFebruary 25, 2016 at 10:09pmPerfect! Thanks! Sign in to reply ...
How do I remove the add to cart button on the main page? http://othellos.us/giftcards/ I just want people to be able to add items to the card once they click on an item.
Try this by typing it into your custom CSS box in the Salient options panel:
.woocommerce ul.products li.product .button {
display: none
}
Perfect! Thanks!