-
AuthorPosts
-
September 15, 2021 at 2:22 pm #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 3 years, 2 months ago by reinkieker.
September 16, 2021 at 11:14 am #1321190Any Suggestions?
September 16, 2021 at 12:10 pm #1321201Hi,
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,
IsmaelSeptember 16, 2021 at 3:50 pm #1321241Hello,
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 3 years, 1 month ago by reinkieker.
September 17, 2021 at 6:54 am #1321320Hi,
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,
IsmaelSeptember 20, 2021 at 10:19 am #1321590Here are the Webseite:
September 21, 2021 at 6:00 am #1321711Hi,
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,
IsmaelSeptember 21, 2021 at 12:46 pm #1321746Hello,
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!
September 21, 2021 at 2:23 pm #1321770you 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.
September 21, 2021 at 6:07 pm #1321809Hello,
thanks for the help, another question, how can i change the Typografie fro the First Submenu ” Alle Produkte” like the others?
Cheers!September 23, 2021 at 8:00 am #1321987Hi reinsicht,
Please try this CSS as well:
span.mega_menu_title a { font-family: 'nunito' !important; }
Thanks @guenni007 for helping out :-)
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.