Login to see price doesn’t conflicting with css
-
The “Login to see price” option is not working properly. It is hiding behind the card however it should be the case for this thing. The “login to see price” must be visible to users. Currently, it is visible when user hover over the product card.
Below is the file attached for the reference.
Attachments:
You must be
logged in to view attached files.
Hello,
Try to add the following custom css code in Theme Settings > Custom CSS:
.wd-product.wd-hover-buttons-on-hover .product-wrapper {
padding-bottom: 20px; /* Add space for the login message */
}
Best Regards,