Styling WooCommerce buttons

Hi there,

I am having trouble setting the button colors in WooCommerce. This is the site:

https://imbali.storiesandscience.co.za/shop/

When you hover over the product, you will see an add to cart button appear. How do I style the normal state of the button so that it is visible before I hover over it?

I’ll add site login details in a secure note.

Thanks!

Hi There,

Please add the following code to Theme Options CSS

.woocommerce li.product .entry-header .button {

    opacity: 1 !important;
}

Hope it helps!