Home › Forums › WoodMart support forum › Split: Help with icons
Split: Help with icons
- This topic has 15 replies, 2 voices, and was last updated 4 years, 5 months ago by Elise Noromit.
-
AuthorPosts
-
May 25, 2020 at 4:26 pm #197782
emyeeleParticipantHello, is possible to add a custom icon to replace the Add to Cart icons such as you’re able to do for the shopping cart icon in the navbar?
If so, please let me know the code. I have tried inserting the image link in
content: “\image-icon.png”;
but it doesn’t seem to work.
Thanks in advance.
May 26, 2020 at 6:15 am #197899
Elise NoromitMemberHello,
Please filter-free icons and chose the icon you want to replace the add to the cart button. Please provide the icon URL and your page URL I will provide custom CSS.
Best Regards
May 27, 2020 at 9:48 pm #198447
emyeeleParticipantHi, here it is below. Thank you.
May 28, 2020 at 8:52 am #198556
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-hover-base:not([class*=add-small]) .wd-bottom-actions .add-to-cart-loop:before { content: ""; background-image:url(https://wordpress***************com/wp-content/uploads/2020/05/box-v2.png); background-position: center center; background-size: 40% 80%; background-repeat:no-repeat; }
Insert the image URL correctly.
Best Regards
May 29, 2020 at 4:07 pm #199021
emyeeleParticipantThank you so much!
May 29, 2020 at 6:47 pm #199042
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
June 15, 2020 at 1:17 am #203431
emyeeleParticipantHello, the weirdest thing is happening.. When I go to responsive view mode and refresh, the Add to Box purple button dissapears and this loads instead. How do I prevent this? If not, can you please just give me the css to change the cart icon to a personal icon. View screenshots below.
Thanks.
Attachments:
You must be logged in to view attached files.June 15, 2020 at 9:04 am #203522
Elise NoromitMemberHello,
Yes, that is right. Instead of a big button, a little button with an icon appears to fit the narrow width of mobile screen.
Best Regards
June 15, 2020 at 12:33 pm #203601
emyeeleParticipantHello, you missed the second part of my question. Can you please help me change the cart icon to customize it. Thanks.
June 15, 2020 at 2:33 pm #203638
Elise NoromitMemberHello,
Please find the icon which you want to add in https://fontawesome.com/icons?d=gallery amount free icons, then provide icon URL and page URL were to replace, I will provide custom CSS.
Best Regards
June 15, 2020 at 3:26 pm #203663
emyeeleParticipantIt’s a custom svg icon. Attached in private area.
June 16, 2020 at 6:49 am #203814
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
body .wd-action-btn.wd-add-cart-btn>a:before { content: ""; } body .woodmart-hover-base[class*=add-small] .wd-bottom-actions .woodmart-add-btn { background-image:url(https://****apps.com/wp-content/uploads/2020/05/box-v2.png); background-position: center center; background-size: 40% 80%; background-repeat:no-repeat; }
Best Regards
June 21, 2020 at 10:29 pm #205237
emyeeleParticipantHello, i also need help with this. It is missing the add to box icon.
Attachments:
You must be logged in to view attached files.June 22, 2020 at 7:20 am #205276
Elise NoromitMemberHello,
Please provide the page URL.
Best Rest Regards
June 23, 2020 at 2:48 pm #205770
emyeeleParticipantit’s in mobile/responsive view. Relation products section.
June 23, 2020 at 9:17 pm #205860
Elise NoromitMemberHello,
This button is transparent on your site https://prnt.sc/t5951v
Please deactivate all the plugins not related to the theme and check the issue, if the problem remains, leave the plugins not activated and provide the site admin access to the private area.
Best Regards
-
AuthorPosts
Tagged: icons
- You must be logged in to create new topics. Login / Register