Product archive: Remove “Add-To Cart Hover” and Prices
-
Hello.
I would like to customize my store main page (product archive) so that no price information AND no “Add to Cart” hover is displayed there.
I have removed the prices with the tax and the shipping cost information with this code:
.product-grid-item .price, .wc-gzd-additional-info, .wrap-price, .product-rating-price{
display: none;
}
What I need now is that only the “Quick-View Button” is displayed on the mouse hover, the “Add-To-Cart” not.
Can you help me?
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page url i will check and give you a custom css.
Best Regards.
Hi.
http://www.bjoernwiedemann.art
However, my website is in maintenance mode. How does this work with the access key?
Hello,
Can you please share the WP admin login details of your site so I will check and give you the possible solution.
Best Regards.
No admin login, but a different role. This allows the website (and the CSS) to be viewed.
Here:
Hello,
Go to Theme Settings > Shop > Variables Products > disable the option quick view.
If you want to hide the add to cart button use the below custom css code in theme settings > Custom css > Global custom css.
.product-grid-item .wd-add-btn {
display: none;
}
Best Regards.
Super. The code hides the add-to-cart icon on mouse over. Just as I currently need.
Thank you very much.
Most Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Product archive: Remove “Add-To Cart Hover” and Prices’ is closed to new replies.