Home › Forums › WoodMart support forum › Where i can change the icon
Where i can change the icon
- This topic has 9 replies, 2 voices, and was last updated 3 years, 9 months ago by
Elise Noromit.
-
AuthorPosts
-
December 4, 2021 at 12:41 pm #336888
erimusa11Participanti have a small problem i have changed the icons of same buttons on menu on mobile view but i cant find where i can change the icon of the filter wishlist and cart ?
December 4, 2021 at 5:25 pm #336914
Elise NoromitMemberHello,
Do you mean Mobile bottom navbar? You need to upload images to the Media library and give me the image URL I will give you custom CSS.
Best Regards
December 4, 2021 at 6:47 pm #336930
erimusa11Participantokay thank you
Mobile bottom navbar i want change , this is the icon for
filter button : https://multipartyshop.com/wp-content/uploads/2021/12/funnel.png
this is for the wishlist: https://multipartyshop.com/wp-content/uploads/2021/12/wishlist.png
this is the cart : https://multipartyshop.com/wp-content/uploads/2021/12/trolley.png
and this is for the home page : https://multipartyshop.com/wp-content/uploads/2020/07/home.pngDecember 5, 2021 at 10:32 pm #337034
Elise NoromitMemberHello,
Please insert the credentials into the Private content below the message area.
Best Regards
December 6, 2021 at 10:16 am #337128
erimusa11Participantsure thank you
December 7, 2021 at 12:28 pm #337449
erimusa11Participantwhat can i do to find a solution regarding those icons ?
December 8, 2021 at 12:12 am #337569
Elise NoromitMemberHello,
I am sorry for the delay.
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-header-cart .wd-tools-icon.wd-icon-alt:before { content: ""; display:inline-block; width:20px; height:20px; background-image:url(https://multipartyshop.com/wp-content/uploads/2021/12/trolley.png); background-repeat:no-repeat; background-size:contain; } body .wd-header-wishlist .wd-tools-icon:before { content: ""; display:inline-block; width:20px; height:20px; background-image:url(https://multipartyshop.com/wp-content/uploads/2021/12/wishlist.png); background-repeat:no-repeat; background-size:contain; } body .wd-sidebar-opener.wd-on-shop>a:before { content: ""; display:inline-block; width:20px; height:20px; background-image:url(https://multipartyshop.com/wp-content/uploads/2021/12/funnel.png); background-repeat:no-repeat; background-size:contain; }
Best Regards
December 8, 2021 at 8:58 am #337679
erimusa11Participantno problem thank you is possible to change also those icons to https://prnt.sc/22a521l https://prnt.sc/22a5564 ? on top header to ?
December 8, 2021 at 9:19 am #337684
erimusa11ParticipantSkip my last question because i found the solution thank you , i used this code
body .wd-header-cart .wd-tools-icon:before {
content: “”;
display:inline-block;
width:20px;
height:20px;
background-image:url(https://multipartyshop.com/wp-content/uploads/2021/12/trolley.png);
background-repeat:no-repeat;
background-size:contain;
}body .wd-header-my-account .wd-tools-icon:before {
content: “”;
display:inline-block;
width:20px;
height:20px;
background-image:url(https://multipartyshop.com/wp-content/uploads/2021/12/protect.png);
background-repeat:no-repeat;
background-size:contain;
}body .wd-header-search .wd-tools-icon:before {
content: “”;
display:inline-block;
width:20px;
height:20px;
background-image:url(https://multipartyshop.com/wp-content/uploads/2021/12/search.png);
background-repeat:no-repeat;
background-size:contain;
}body .wd-header-cats .menu-opener-icon:after {
content: “” !important;
display:inline-block;
width:20px;
height:20px;
background-image:url(https://multipartyshop.com/wp-content/uploads/2021/12/options.png);
background-repeat:no-repeat;
background-size:contain;
}December 8, 2021 at 10:44 am #337712
Elise NoromitMemberYou are welcome! We are here to help.
Wish you a wonderful day!
-
AuthorPosts
The topic ‘Where i can change the icon’ is closed to new replies.
- You must be logged in to create new topics. Login / Register