Home Forums WoodMart support forum Remove add to cart icon when you hover on image product

Remove add to cart icon when you hover on image product

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #49151

    dan
    Participant

    Hi,

    Is it possible to remove the add to cart icon when you hover on image product in both shop page and categories (including related posts)?

    Thanks!

    #49280

    Hello,

    In order to remove icon try this CSS code:

    .woodmart-hover-button .hover-mask .xoo-wl-btn:before {
        content:none;
    }

    If this code not effective, please provide your site link and credentials.

    Best Regards,

    #49283

    dan
    Participant

    Hi, unfortunately the code did not work.

    #49325

    Hello,

    This code CSS is workable:

    .product-list-item .woodmart-add-btn>a:before, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn>a:before, .woodmart-hover-button .hover-mask>a:before, .woodmart-hover-info-alt .product-actions>a:before, .woodmart-hover-quick .woodmart-add-btn>a:before, .woodmart-hover-standard .btn-add>a:before, .woodmart-price-table .woodmart-plan-footer .add-to-cart-loop:before {
        content: none;
    }

    Best Regards

    #49332

    dan
    Participant

    Hi,

    Its not working 🙁

    #49344

    Hello,

    Have you added this code to Theme Settings > Custom CSS > Global?

    Best Regards

    #49345

    dan
    Participant

    Yes!

    #49353

    Hello,

    The icon is hidden on hover http://prntscr.com/ix7ztn both on the category page and on the shop page

    Best Regards

    #49355

    dan
    Participant

    Hi,

    What you are looking is a variable product that the add add to cart icon/quick shop on hover can be disable from theme options.

    In single products when you hover on image the add to cart icon is there.

    #49416

    Hello,

    I have filtered simple products and have found two. I hover on the image and see zoom but no icons. Will you kindly provide a screen with the problem for better understanding?

    Best Regards,

    #49437

    dan
    Participant

    Hi,

    Please remove the links from the website you posted.

    I will send you a screenshot with the issue.

    #49442

    Hello,

    Done. Waiting for further details.

    Best Regards

    #49455

    dan
    Participant

    Hi,

    Please see file attached in private content.
    Thanks!

    #49491

    Hello,

    Do you mean “Catalog mode” when products are presented with price, at the same time option to buy has been disabled? Have a look at this sample: http://prntscr.com/ixh05h

    If yes, navigate to Theme Settings > Shop > Catalog Mode > enable.

    If it is not what you want please clarify. Maybe give a site where you like this option.

    Best Regards

    #49498

    dan
    Participant

    Hi,

    No, i don’t want a “catalog mode” enable. I just need to hide the add to cart icon/button on hover. Only this button.

    The only add to cart button i want to be is the one in each single product page.

    Thanks!

    #49519

    Hello,

    Add this code to hide the button:

    .woodmart-add-btn{
    display:none;
    }

    Also, remove previous code, I have sent.

    Best Regards

    #49522

    dan
    Participant

    Hi,

    Its seems to working so far!
    Thanks for your help.

    #49554

    You are always welcome if you have any questions, feel free to contact us.

    Best Regards

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

The topic ‘Remove add to cart icon when you hover on image product’ is closed to new replies.