how can I add icon to one individual menu in mobile?
-
Hey,
how can I add icon to one individual menu in mobile?
I tried
.menu-item-17065 .wd-tools-icon:before {
content: “\f146”;
font-family: “woodmart-font”;
}
as you mentioned in another thread , but it does not work.
thanks
Hello,
Please, provide your site admin access (insert the site credentials into the Private content block under the message area) and advise which item you want to add the icon to. As I understand you want to add this icon: content: “\f146”;
Best Regards
Correct, i would like to use this icon -before- “shop” menu link on mobile.
Check private message for admin credentials, thanks !
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-nav-mobile .menu-item-17065 .woodmart-nav-link:before {
content: "\f146";
font-family: "woodmart-font";
margin-right: 5px;
font-size: 12px;
}
Best Regards