Hey ! This topic was locked : https://kriesi.at/support/topic/icons-before-the-title-menu#post-107848 but Ismael didn’t answer at my question.
I would like to insert an icon in the main menu as the site mentioned in the other topic.
Thx
You can add html code into the menu title/menu description field. If you want to add an image to the title just insert a img tag into the title field:
If you want to insert an icon use following code:
An overview (unicodes) can be found here: http://www.entypo.com/characters/
Sorry, but I don’t get it. We must enter the code in the description of the title?
You can use the title or the description field. It depends where you want to add the icon. If you just want to use a simple link use the title (or Mega Menu column Title) field.
Hi,
My bad. I thought that is your site. You can do something like this. First, inspect the menu then look for the unique menu list id. In my example I use this on my Quick CSS or custom.css.
#menu-item-1390 a {
background: url(../images/layout/loading.gif) left no-repeat;
padding-left: 20px;
}
#menu-item-1390 a is the unique id of my home menu.
Regards,
Ismael
Ahhh yes, thank you very much Ismael and Dude !