Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #22632

    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.

    Like this : 827400Capturedcran20130430111558.png

    Thx

    #116555

    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/

    #116556

    Sorry, but I don’t get it. We must enter the code in the description of the title?

    #116557

    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.

    #116558

    This dosen’t funtion.. I would just have the same result as the screen posted above.

    I have trying to write your code in the title or descritpion title, and nothing works :

    309032Capturedcran20130502011146.png

    #116559

    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

    #116560

    Ahhh yes, thank you very much Ismael and Dude !

    #116561

    Hey,

    Glad we could help. :)

    Regards,

    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Icons before the title menu’ is closed to new replies.