Home › Forums › WoodMart support forum › Cart icon
Cart icon
- This topic has 18 replies, 4 voices, and was last updated 6 years, 10 months ago by
Solar Garant.
-
AuthorPosts
-
April 16, 2018 at 2:54 pm #52772
Solar GarantParticipantHi,
I would like to know if the standard woocomerce cart icon can be replaced for a auction hammer. We use the theme as a auction site.
I mean the icon that shows up at each product, see screenshot.regards,
O WagenaarAttachments:
You must be logged in to view attached files.April 16, 2018 at 4:15 pm #52788
Artem TemosKeymasterHi,
Could you please specify what icon do you want to set there? Or you just want to upload some image icon? Send us a link to that icon.
Regards
April 16, 2018 at 6:56 pm #52818
Solar GarantParticipantHi,
on each product there is a cart icon on it. see atachment.
Just select a product and you see it. That card icon i would like replace with a auction icon.regards,
OWAttachments:
You must be logged in to view attached files.April 17, 2018 at 6:13 am #52845
Artem TemosKeymasterYes, we understand about this. We meant a link to the actual hammer icon you want to use. By default, our theme doesn’t have such icon for the auction.
April 17, 2018 at 7:17 am #52876
Solar GarantParticipantI have no link for such a icon but i maybe simple auctions plug in have it, otherwise if i know where to find the cart icon i can maybe replaceit by my self.
April 17, 2018 at 8:54 am #52896
Artem TemosKeymasterIt is a part of our theme vector font and it is not a file. You can’t simply replace it.
April 17, 2018 at 9:52 am #52904
Solar GarantParticipantOkay where can i find it?
April 17, 2018 at 9:57 am #52905
Artem TemosKeymasterSorry, but we don’t know where to find the icon you need. Our theme doesn’t have it.
April 18, 2018 at 7:10 am #53067
Solar GarantParticipantOtherwise can i delete it?
April 18, 2018 at 7:45 am #53075
Elise NoromitMemberHello,
Please add this code to Theme Settings > Custom CSS
.woodmart-hover-standard .btn-add>a:focus span:not(.woodmart-tooltip-label), .woodmart-hover-standard .btn-add>a:hover span:not(.woodmart-tooltip-label) { transform:none!important; } .woodmart-hover-standard .btn-add>a:before { content:none!important; }
Best Regards
April 18, 2018 at 9:21 am #53091
Solar GarantParticipantThank you,
The code is pasted in my css but i see no difference.Attachments:
You must be logged in to view attached files.April 18, 2018 at 9:39 am #53098
Elise NoromitMemberHello,
Please replace the code with this one:
.woodmart-add-btn{ display:none; }
Best Regards
April 18, 2018 at 10:42 am #53112
Solar GarantParticipantCart is still there.
April 18, 2018 at 1:08 pm #53123
Bogdan DonovanKeymasterHi, try to replace previous code snippets with code below:
.woodmart-hover-quick .woodmart-add-btn>a:before { display: none; } .woodmart-hover-quick .woodmart-add-btn>a:hover span:not(.woodmart-tooltip-label) { -webkit-transform: none; transform: none; }
Regards
April 18, 2018 at 2:15 pm #53143
Solar GarantParticipantOh my …. Now the cart is coming true the text. So i see a cart and text. The text has to stay.
April 18, 2018 at 2:32 pm #53155
Bogdan DonovanKeymasterWe check your site and found that part of our snippet is not applied correctly. Please remove one bracket before last part of the code http://prntscr.com/j6x9iq.
Regards
April 18, 2018 at 3:15 pm #53172
Solar GarantParticipantYes now it’s working as it should be. Only i have a warning in css see atachment.
Attachments:
You must be logged in to view attached files.April 18, 2018 at 5:36 pm #53208
Artem TemosKeymasterDon’t worry about this warning. The code is correct.
April 18, 2018 at 6:24 pm #53216
Solar GarantParticipantOkay thanks, ticket can be closed.
-
AuthorPosts
The topic ‘Cart icon’ is closed to new replies.
- You must be logged in to create new topics. Login / Register