Make Add to Cart Button in Crafty visible again

Hi. I am using the crafty template. how can I make the add to cart button visible again on the shop archive pages ?

Thanks

Hello @timpmaak,

In order to make the Add to Cart Button visible I would suggest you please add this custom CSS code to the Global CSS code.

.woocommerce li.product .entry-header .button,
.woocommerce li.product:hover .entry-header .button,{
display: block !important;
opacity: 1;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Thanks for the fast response. I got it to work with your code and some tweaking.

Hello @timpmaak,

Glad that we were able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.