Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Theme Customizer › Mobile Menu Customization
- This topic has 1 reply, 2 voices, and was last updated 1 year, 7 months ago by
Manathan.
-
AuthorPosts
-
JunnParticipant@mitsuhashijunn
- 11 Topics
- 19 Posts
Hi Marathan,
Would it be possible to have the One of the Menu Item to be Opened when Opening the mobile menu Bar.
The Mobile Menu Bar is set as closed. (which is fine)
When we Open the Mobile Menu bar, We would like to have the My Profile Menu Tab to be Open?
If it possible we would like to keep the same Menu Design, but having the My Profile Tab to be Opened.
It would be nice if you could do this setting for us.
The Username and password is the same as before.
Thank you very much for your support.
Looking forward hearing from you,Best,
Junn
October 11, 2023 at 07:51 #46210@themodactyl- 0 Topics
- 6759 Posts
Hi Junn, 🙂
To change this, simply add the following code snippet to your website:
/** * FEATURE : open by Default Submenus on Mobile and Tablet */ @media (max-width:991.98px){ .main-navigation .navbar-nav > .menu-item .sub-menu{ display:block !important; } .main-navigation .navbar-nav .menu-item-has-children > a:after{ display:none; } }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
October 12, 2023 at 09:44 #46224 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Mobile Menu Customization’ is closed to new replies.