Price is hidden when hovering

Solved

Price is hidden when hovering

kaankurt25
Tourist
12 0 2

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:

quarterathleticgolf.com
Password: QAGOLFF

Accepted Solution (1)

suyash1
Shopify Partner
10858 1342 1718

This is an accepted solution.

@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;}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Reply 1 (1)

suyash1
Shopify Partner
10858 1342 1718

This is an accepted solution.

@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;}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.