Price is hidden when hovering

When I preview my store in the link, the product pricing is hidden when I hover over the product. I have tried every piece of code and have done all the necessary modifications, but the problem is still persisting. I am using the Essentials theme. Here is my storefront with password:

Password: QAGOLFF

1 Like

@kaankurt25 please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css

.collection-product-card .card-wrapper:hover .price {opacity: 1 !important;}
1 Like