Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #667442

    How can I use the fontello fonts to use an icon in the the main menu?

    Thanks,
    Mike

    #668384

    Hi Mike,

    I’m not sure I understand what you mean by that, could you try to explain a bit further please?

    Best regards,
    Rikard

    #668582

    Hi Rikard,

    I wanted to use the icon of the house for the home page link rather than text. I was able to figure it out, but positioning it wasn’t easy. Initially the icon sat completely below the header. I was able to adjust the vertical position because it was the last child in the menu. But I may also need to use a cart icon for a store, and I’m not sure I’d know how to position that. I looked for a way to apply a class to a specific menu item, but can’t figure that out either.

    Thanks,
    Mike

    #668589

    Hey!

    You can add icon element to your page, choose your icon and update your page then inspect elements and get the HTML code for the icon and paste it in Navigation Label in Appearance > Menus

    If you need assistance, please create a temporary admin login and post it here privately.

    Cheers!
    Yigit

    #668622

    Hey Yigit,

    I did that: [av_font_icon icon='ue800' font='home' size='20px'][/av_font_icon]

    And added some custom css to adjust the position (just a bit) and the color/hover color.
    /*Home Button*/
    #top .main_menu .menu>li:last-child>a {
    margin-top: 1px;
    color:#919191;
    }
    #top .main_menu .menu>li:last-child>a:hover {
    margin-top: 1px;
    color:#666666;
    }

    If I need to also add a shopping cart icon, how would I make adjustments to that specific icon, use a class, the id (id=”menu-item-xxxx”)? And just how would I do that? Coding isn’t my strong suit if you haven’t guessed.

    Thanks for your help.

    #669987

    Hi,

    Can you please create a temporary admin login and post it here privately? Also, please point out the menu item you would like to customize.

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.