This topic has 2 replies, 2 voices, and was last updated 2 months, 2 weeks ago ago by Rose Tyler
Please see pictures attached, questions below
1. how to remove the expanding lines in themobile menu? (green box)
2. how to customize font size and weight for 2nd level menu(blue box) and 3rd level menu (red box) seperately?
3. how can I make the mobile menu full page?
4. how to add image to the mobile menu?
5. any animation/motion effect options for the expantion of the dropping down mobile menu?
Hello, Kmc,
Thank you for reaching out to us with your inquiries.
1/ Custom CSS code can be used:
.elementor-widget-theme-etheme_mobile_menu .etheme-elementor-nav-menu.vertical .nav-sublist-dropdown, .elementor-widget-theme-etheme_mobile_menu .etheme-elementor-nav-menu.vertical .nav-sublist-dropdown .nav-sublist > ul {
border: none !important;
}
2/
.item-design-dropdown .nav-sublist-dropdown ul > li > .etheme-elementor-nav-menu-item .elementor-item {
font-size: 14px;
font-weight: 600;
}
.item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children .nav-sublist .elementor-item {
font-size: 10px;
font-weight: 300;
}
3/
.elementor-location-header .etheme-elementor-off-canvas__main:has(.etheme-elementor-off-canvas__close-button.outside) {
width: 100vw !important;
}
4/ https://www.8theme.com/documentation/docs/how-to-add-an-image-for-a-menu-item/
5/ There are no such settings, by default.
We trust that the information provided will be of significant assistance to you.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up