Hide or disable menu navigation in mobile #33350
Unanswered
aristotelisagoratsios
asked this question in
Q&A
Replies: 1 comment
-
Hello again! #fav-navbarwrap { at the end of template.css file in css folder in index.php file in the body tags. Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I use a template in my webpage esvelventou.gr Favourite - Free responsive Joomla template and I want to know how can I hide or disable the menu navigation bar for mobile and how I can style it, for example to change the style of accordion or the colours!
I sent the company I downloaded my problem but no answer yet.
I have tried this change in CSS code custom :
@media screen and (max-width: 568px) { #nav-menu{ display:none!important; } }
but no result!
How can I fixed this?
Thank you...
Sincerely
Arstotelis
Beta Was this translation helpful? Give feedback.
All reactions