How do I disable the superfish main menu
- Posted by TemplatePlazza (5310) Offline
you can add it in the file ../templates/deals_plazza/css/template.css
8 years 6 months ago #7
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by matthew (104) Offline
It didn't work try for you self on one of your test sites.
This is a big problem for me as it takes up vital space on the front page of the phone how can I just delete it completely if that is easier as Im using mega menu now
Thanks
8 years 3 months ago #8
by matthew
This is a big problem for me as it takes up vital space on the front page of the phone how can I just delete it completely if that is easier as Im using mega menu now
Thanks
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
how about this code :
@media (max-width: 767px) {
#tpwrapper-topmenu {
display:none!important;}
}
8 years 3 months ago #9
by TemplatePlazza
@media (max-width: 767px) {
#tpwrapper-topmenu {
display:none!important;}
}
Please Log in or Create an account to join the conversation.
- Posted by matthew (104) Offline
- Posted by TemplatePlazza (5310) Offline
Sorry the forum software trimmed the code. please try to use the code attached below
8 years 2 months ago #11
by TemplatePlazza
Please Log in or Create an account to join the conversation.