Home › Forums › WoodMart support forum › icons
icons
- This topic has 62 replies, 2 voices, and was last updated 2 years, 6 months ago by Elise Noromit.
-
AuthorPosts
-
May 23, 2022 at 1:49 pm #378010
enganas17ParticipantI thought (header-cart) is not for the mobile bottom navbar,
but it is,
and the other same for wishlist and my-accountone important thing:
the code you sent for the shop icon is better and fast than if I upload the icon from setting>mobile bottom navbar
because I tried to upload it from the setting but when I make refreshed the page, the new icon image take a little bit of time to load, so the code you sent is better,
but you should fix the setting>mobile bottom navbarthanks
May 23, 2022 at 4:07 pm #378090
enganas17Participantone more thing, can you please send me the SVG for this cart,
please check the attachment,
or provide me the link from flaticon.com so I can buy it, pleaseAttachments:
You must be logged in to view attached files.May 24, 2022 at 3:18 am #378235
Elise NoromitMemberYou are welcome! We are here to help.
Wish you a wonderful day!
May 24, 2022 at 3:21 am #378236
Elise NoromitMemberHello,
All the icons are textual.
content: "\f123";
Best Regars
May 24, 2022 at 11:59 pm #378518
enganas17ParticipantSo how can I add this cart icon to the mobile bottom navbar,
same in attachmentAttachments:
You must be logged in to view attached files.May 25, 2022 at 3:29 am #378557
Elise NoromitMemberHello,
Please replace this code in the Theme Settings > Custom CSS > Global:
.wd-toolbar-shop .wd-tools-icon:before { content: "\f123"; font-family: "woodmart-font"; } .wd-header-cart .wd-tools-icon.wd-icon-alt:before { content: "\f123"; font-family: "woodmart-font"; }
Best Regards
May 25, 2022 at 3:30 am #378558
Elise NoromitMemberPlease create new topic for better convenience
May 25, 2022 at 4:06 am #378565
enganas17ParticipantActually, this cart is not the same as the attachment
May 25, 2022 at 12:51 pm #378673
Elise NoromitMemberHello,
Please replace this code in the Theme Settings > Custom CSS > Global:
.wd-toolbar-shop .wd-tools-icon:before {
content: “\f105”;
font-family: “woodmart-font”;
}
.wd-header-cart .wd-tools-icon.wd-icon-alt:before {
content: “\f105”;
font-family: “woodmart-font”;
}
Best RegardsMay 25, 2022 at 12:58 pm #378679
enganas17ParticipantThis is a square icon, not a cart icon,
please check before sendingMay 25, 2022 at 9:45 pm #378841
Elise NoromitMemberHello,
Please remove all the code I provided earlier and then add this one:
.wd-toolbar-shop .wd-tools-icon:before { content: “\f105”; font-family: “woodmart-font”; } .wd-header-cart .wd-tools-icon.wd-icon-alt:before { content: “\f105”; font-family: “woodmart-font”; }
Best Rgards
May 25, 2022 at 11:43 pm #378855
enganas17Participantstill not working and the icon is a square icon,
i use the below code for shop icon, because I need similar to this shop iconMay 26, 2022 at 3:54 am #378896
Elise NoromitMemberHello,
Remove this:
.wd-toolbar-shop .wd-tools-icon:before { color:transparent; background-image:url(https://cartshot.com/wp-content/uploads/2022/05/menu.svg); background-size: contain; background-repeat:no-repeat; }
Add this:
.wd-toolbar-shop .wd-tools-icon:before { content: “\f105”; font-family: “woodmart-font”; } .wd-header-cart .wd-tools-icon.wd-icon-alt:before { content: “\f105”; font-family: “woodmart-font”; }
Best Regards
May 26, 2022 at 5:56 pm #379115
enganas17ParticipantI already removed and add the new code you sent, but I told you it does not work, so why do you send the same again,
I told you that still not working and the icon is a square icon,one more thing,
you send the code for both buttons with the same icons (content: “\f105”)
why!check the two attachments, for the icons needed
Attachments:
You must be logged in to view attached files.May 27, 2022 at 3:16 am #379202
Elise NoromitMemberHello,
What icon you would like to change?
If you want to change shop page:
.wd-toolbar-shop .wd-tools-icon:before { content: “\f105”; font-family: “woodmart-font”; }
If you want to change the shop cart, add this code:
.wd-header-cart .wd-tools-icon.wd-icon-alt:before { content: “\f105”; font-family: “woodmart-font”; }
Best Regards
May 27, 2022 at 3:27 pm #379388
enganas17ParticipantI told you that I would like to changing the shop icon and the cart icon,
and the codes you sent, do not work, and I attached the image to see the icon changing to square,
and you send the code for both buttons with the same icons (content: “\f105”),
please check the previously attachments
May 28, 2022 at 3:13 am #379488
Elise NoromitMemberHello,
This code replaces the shop cart icon:
.wd-header-cart .wd-tools-icon.wd-icon-alt:before { content: “\f105”; font-family: “woodmart-font”; }
Do you want text icon for the shop or you would like to apply the image you provided? If you want the image, you should use this code:
.wd-toolbar-shop .wd-tools-icon:before { color:transparent; background-image:url(https://cartshot.com/wp-content/uploads/2022/05/menu.svg); background-size: contain; background-repeat:no-repeat; }
Best Regards
May 28, 2022 at 12:45 pm #379522
enganas17ParticipantI showed you the attached icons that I want for the shop icon and the cart icon, so if you have a text icon similar to my image, then send it,
also, I told you a lot of times that the code you sent for the cart icon not working and shows it as a square icon,May 29, 2022 at 1:09 am #379586
Elise NoromitMemberHello,
You wanted this icon for the shop page: https://gyazo.com/f770797cacba755e0fc6d06c0e573482
and here is the code, I checked, it works:.wd-toolbar-shop .wd-tools-icon:before { color:transparent; background-image:url(https://cartshot.com/wp-content/uploads/2022/05/menu.svg); background-size: contain; background-repeat:no-repeat; }
And this icon you wanted for the shop cart: https://gyazo.com/c546feeac621ed00b2c576baa06fc1c2
You should use this code:
.body .wd-header-cart .wd-tools-icon.wd-icon-alt:before { content: "\f105"; font-family: "woodmart-font"; }
I have checked on your site it works: https://gyazo.com/46f811523aa7a348f63b48d448132319
If it does not work on your site, check the CSS code you have added into the Theme Settings > Custom CSS, most likely you have errors there.
Best Regards
May 29, 2022 at 2:59 pm #379636
enganas17Participantfor the cart icon, you change the code a little bit,
for the first code, it shows a square icon,
for the second code did not change anything,
but how do you get this icon from the screenshot to my website, I removed the code because not working,
one more thing, now I use the second code, and doesn’t have any changes
May 30, 2022 at 12:39 am #379720
Elise NoromitMemberHello,
Please add the code, and provide the screen of what you get.
Then provide the image URL you want to insert stead of the one that is now displayed for the shopping cart.
Best Regards
May 30, 2022 at 12:48 am #379725
enganas17Participantdear, I have already added the codes and already sent you the attached for the cart icon,
you can visit the site and see the icon doesn’t change,May 31, 2022 at 1:52 am #380037
Elise NoromitMemberHello,
I am sorry, I cannot get clear instructions on how you want to change the mobile menu.
You can delete all the menu items in the Mobile button navbar, and add custom buttons, you can upload the image you want, and the URL you need.
If you have any questions please feel free to contact us.
Best Regards
May 31, 2022 at 2:38 am #380057
enganas17Participantme too I don’t know why make things confused,
I sent you the attachments, check them or ask another support person to check them,
because I don’t have time to repeat the questions multiple times,
everything easy from the beginning and you make it non-easythe cart icon still didn’t work
one more thing, I told you previously if I add the icon from the theme setting when refreshing the page, the image icon delay to appear comparing with CSS code, you have to fix this issue before providing it in your theme,
Other-thing, I need the same cart icon, and this cant add it in the theme setting
please give a solution or someone else can check this issue as you didn’t get the point
June 1, 2022 at 12:58 pm #380435
Elise NoromitMemberHello,
Please have a look at the screen: https://gyazo.com/c3114ec6af0d377c9d9f5e4b689a40f5 We do not have such icons.
We have this icon only: https://gyazo.com/40518ed9a17c85e5befefca8a1da4d0e
I have provided the code:
.body .wd-header-cart .wd-tools-icon.wd-icon-alt:before { content: "\f105"; font-family: "woodmart-font"; }
I check this code works: https://gyazo.com/46f811523aa7a348f63b48d448132319 the screen is made from your site.
If you want another icon you need to find and upload it to the Media library and I will correct the CSS.
Best Regards
June 2, 2022 at 3:12 am #380664
enganas17Participantare you serious,
These two icons in the first and second screenshots are the same!!!
and the code didn’t work,June 2, 2022 at 12:37 pm #380784
Elise NoromitMemberHello,
These icons are default: https://prnt.sc/oTTJT9xKhSH8
These icons are on your site after I have provided the code: https://prnt.sc/BFzL1sBRvAfN
The shop page icon is the icon you have provided. The shopping cart icon is the icon you show on the screen: https://gyazo.com/c3114ec6af0d377c9d9f5e4b689a40f5
I still cannot figure out what is wrong.
Best Regards
June 2, 2022 at 6:55 pm #380889
enganas17Participantthe cart icon still doesn’t work, the shop icon is okay
but the cart icon not,i checked a lot of mobile devices,
June 3, 2022 at 2:48 am #380930
Elise NoromitMemberHello,
Could you kindly provide the screen from your cell phone?
Best Regards
June 3, 2022 at 3:21 am #380937 -
AuthorPosts
The topic ‘icons’ is closed to new replies.
- You must be logged in to create new topics. Login / Register