I have this css in my theme options, to show the Woocommerce product category short code as I wish. However, on hover in Firefox the price, name and button of the product disappear completely and I don’t know how to fix it.
Any help would be much appreciated.
/kategorian tuotteiden hinta ja buttoni tuotteen alla eikä päällä/
[class*=woocommerce] li.product .entry-wrap {
position: relative;
top: calc(100% - 4em);
left: 0;
right: 0;
bottom: auto;
padding: 0;
font-size: 14px;
-webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1);
transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1);
}