Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1321051

    Hello,
    reciently i have lost the main menu, and i made it again, but i need the Arrows in the Sub-menu, how can i do that?

    Thats is what i have before the Menu was Deleted.

    Cheers

    • This topic was modified 2 years, 7 months ago by reinkieker.
    #1321190

    Any Suggestions?

    #1321201

    Hi,

    Thank you for the inquiry.

    You might have enabled the mega menu option before. Please edit one of the menu items in the Appearance > Menus panel, then tick the Mega Menu checkbox.

    Best regards,
    Ismael

    #1321241

    Hello,
    i try it but dosn´t work, i create a Support user, that ist the name and pass.
    Someone can help me with that?
    Cheers

    • This reply was modified 2 years, 7 months ago by reinkieker.
    #1321320

    Hi,

    Thank you for the update.

    You might have forgotten the site domain or URL. Please include in the private field along with the login details.

    Best regards,
    Ismael

    #1321590

    Here are the Webseite:

    #1321711

    Hi,

    Thank you for the info.

    We created a custom menu item called “Mega Menu”, enabled the mega menu option and added a few items in it including a column. You can find it at the very end of the menu. If you need to add a dash or disc before the items, please add this css code.

    .avia_mega_div ul li ul li:before {
        content: "-";
        position: absolute;
    }
    

    Let us know if that is what you are after.

    Best regards,
    Ismael

    #1321746

    Hello,
    thanks for the Answer.
    The menu Menu works good! Thanks. But can i put arrows there like was before?

    Thats is what i have before the Menu was Before:

    Cheers!

    #1321770

    you can use the font-icons for it
    f.e.:

    .avia_mega_div ul li ul li:before {
        content: "\e885";   /*** or \e897  ***/
        position: absolute;
        font-family: entypo-fontello;
    }

    guess you then have to position it a bit – and you can play with font-size and line-height etc. and even have different color than the text besides.

    #1321809

    Hello,
    thanks for the help, another question, how can i change the Typografie fro the First Submenu ” Alle Produkte” like the others?
    Cheers!

    #1321987

    Hi reinsicht,

    Please try this CSS as well:

    span.mega_menu_title a {
      font-family: 'nunito' !important;
    }

    Thanks @guenni007 for helping out :-)

    Best regards,
    Rikard

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