-
Author
-
October 10, 2015 at 12:55 #81699alexandroskrassakisParticipant
Hi there,
How I can disable the mobile menu?
I have removed the viewport entry from header, but for menu I need to disable it too!Thanx 🙂
October 12, 2015 at 19:34 #81904RaduModeratorHi,
You want to hide the entire menu for mobile users ?
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 12, 2015 at 19:34 #81905RaduModeratorProvide url to please.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 13, 2015 at 16:26 #82060RaduModeratorHi,
Add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODE.kleo-mobile-switch { display: none; }
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 13, 2015 at 17:54 #82086alexandroskrassakisParticipantHi there – it seems it does not work – dissapears the menu totally
October 14, 2015 at 15:40 #82226RaduModeratorHi,
Yes.. can you please provide more details regarding to “How I can disable the mobile menu?”
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 14, 2015 at 15:48 #82232alexandroskrassakisParticipantHi again 🙂
Sorry for not being clear enough – need to have the normal menu instead of mobile…
October 15, 2015 at 15:50 #82369RaduModeratorHi,
Ok, i understand now 😀
COPY CODE@media (max-width: 991px){ .kleo-main-header .navbar-collapse.collapse { display:block !important; } } ul#menu-mars-search li { float: left !important; width: auto !important; display: inline-block !important; } ul#menu-mars-search li a { width: auto !important; float: left !important; } .kleo-mobile-switch { display: none; }
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Bugs & Issues’ is closed to new topics and replies.