Hi,
I read this forum post:
and have a similar question, but this does not work for the menu.
How can I use an entypo-fontello icon
a) instead of a (sub)menu item TEXT or
b) BEFORE a (sub)menu item text?
I would like to
a) replace “Shop” with a shopping-cart icon from entypo-fontello or alternatively
b) adding the shopping-cart icon before the text “Shop”:
NOTE: I do not use ENFOLD’s shopping feature or WooCommerce, it is just a simple page called “Shop” in my case.
Thanks.
I got it:
#menu-item-3799 > a::before {
content: "\e824";
font-family: entypo-fontello;
font-size: 20px;
padding-right: 6px;
vertical-align: text-top;
}
Topic can be closed, thank you.
Hi Gitte,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria