-
Author
-
December 21, 2014 at 01:42 #39790
sarpdiego
ParticipantHello Seventhqueen Team,
I Build a litle community with kleo. i want to turn off the top menü of Kleo for the Mobile version. so that the complete menu is hidden when i use a tablat or phone.
Can you say me a CSS Code for the Quick css field in the Theme Options for this Change Please?
Thankyou and happy christmass time 🙂
December 22, 2014 at 12:55 #39944Radu
ModeratorHello Sarpdiego,
Paste this code into Quick Css section
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.kleo-main-header.header-normal .navbar-collapse {display:none !important;}
}Let me know if is ok.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 30, 2014 at 00:01 #40622sarpdiego
ParticipantNo it dosn’t work for me. the menu are visible.
The exact problam what i have is this:The site need a perfect mobile view. the standart side menu of kleo is nice but i can’t open it with mobile gestures(swipe the finger fast from left to right)
so i want to use a plugin what makes a new mobile menu with this feature. but now i have 2 menus, the old top menu and the new plugin menu. so the standart menu from kleo must complete hidden.I hope that explains better what my problem is.
Sorry for the bad englisch.
May 29, 2015 at 19:40 #60536Radu
ModeratorIf you have not figured out how to hide the menu t ask me the address of your site to have a look and give you a fixed css.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.