Home Forums WoodMart support forum Product archive: Remove “Add-To Cart Hover” and Prices

Product archive: Remove “Add-To Cart Hover” and Prices

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #517992

    postbox-007
    Participant

    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.
    #518145

    Hello,

    Can you please share the page url i will check and give you a custom css.

    Best Regards.

    #518280

    postbox-007
    Participant

    Hi.

    http://www.bjoernwiedemann.art

    However, my website is in maintenance mode. How does this work with the access key?

    #518341

    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.

    #518375

    postbox-007
    Participant

    No admin login, but a different role. This allows the website (and the CSS) to be viewed.

    Here:

    #518581

    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.

    #518701

    postbox-007
    Participant

    Super. The code hides the add-to-cart icon on mouse over. Just as I currently need.

    Thank you very much.

    #518716

    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.

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Product archive: Remove “Add-To Cart Hover” and Prices’ is closed to new replies.