Home / Forums / WoodMart support forum / Remove add to cart icon when you hover on image product
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
- This topic has 17 replies, 2 voices, and was last updated 8 years, 2 months ago by
Elise Noromit.
-
AuthorPosts
-
March 27, 2018 at 11:07 am #49151
danParticipantHi,
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!
March 27, 2018 at 4:35 pm #49280
Elise NoromitMemberHello,
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,
March 27, 2018 at 4:48 pm #49283
danParticipantHi, unfortunately the code did not work.
March 27, 2018 at 7:08 pm #49325
Elise NoromitMemberHello,
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
March 27, 2018 at 7:12 pm #49332
danParticipantHi,
Its not working 🙁
March 27, 2018 at 7:34 pm #49344
Elise NoromitMemberHello,
Have you added this code to Theme Settings > Custom CSS > Global?
Best Regards
March 27, 2018 at 7:39 pm #49345
danParticipantYes!
March 27, 2018 at 8:06 pm #49353
Elise NoromitMemberHello,
The icon is hidden on hover http://prntscr.com/ix7ztn both on the category page and on the shop page
Best Regards
March 27, 2018 at 8:26 pm #49355
danParticipantHi,
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.
March 28, 2018 at 7:20 am #49416
Elise NoromitMemberHello,
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,
March 28, 2018 at 8:13 am #49437
danParticipantHi,
Please remove the links from the website you posted.
I will send you a screenshot with the issue.
March 28, 2018 at 8:15 am #49442
Elise NoromitMemberHello,
Done. Waiting for further details.
Best Regards
March 28, 2018 at 8:57 am #49455
danParticipantHi,
Please see file attached in private content.
Thanks!March 28, 2018 at 10:37 am #49491
Elise NoromitMemberHello,
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
March 28, 2018 at 10:44 am #49498
danParticipantHi,
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!
March 28, 2018 at 11:26 am #49519
Elise NoromitMemberHello,
Add this code to hide the button:
.woodmart-add-btn{ display:none; }Also, remove previous code, I have sent.
Best Regards
March 28, 2018 at 11:34 am #49522
danParticipantHi,
Its seems to working so far!
Thanks for your help.March 28, 2018 at 12:29 pm #49554
Elise NoromitMemberYou are always welcome if you have any questions, feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘Remove add to cart icon when you hover on image product’ is closed to new replies.
- You must be logged in to create new topics. Login / Register