Comments julian started the conversationJune 26, 2016 at 7:05pmHi, i'm wondering how to remove the top menu all together.I just want a one page landing page style with no header, menus or anything. I can't work it out.Thanks,Julian 895TheFox repliedJune 27, 2016 at 6:50amHello Julian,If you don't want to have a menu or anything for one page first go edit the page you want to remove the menu from and click this button : https://drive.google.com/open?id=0B4U2I7SLFLQYM1dZY0RvZUZ3dkk then add this custom css#header_container { display:none!important; }and then update the page.Do not hesitate to contact us if you have more questions. Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme julian repliedJune 27, 2016 at 12:47pmHi. Thanks, that almost did it.I've probably slightly changed my mind.I actually don't mind the bar its the fact that on the mobile and tablet the menu icon shows even if i have no menus defined. The desktop doesn't show menus but the mobile does (see attached).thanks 895TheFox repliedJune 28, 2016 at 6:21amHello Julian,Then try to add this custom css instead :header nav > ul {display:none!important;}#nav_button:before { font-family: \"FontAwesome\"; display: block; content: \"\\f0c9\"; padding: 8px 0 0 0px; text-align: center; margin-left: -1px; font-size: 18px; }#nav_button{ display: block !important; margin: 31px 10px 0px 0px; height: 40px; float: right; }Do not hesitate to contact us if you have more questions. Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme julian repliedJune 29, 2016 at 5:22amHi. No good. Still shows up on mobile 895TheFox repliedJune 30, 2016 at 6:01amHello Julian,Ok then please remove all the css we gave you and add this one :#nav_button,#nav_button_alt,header nav > ul{ display:none!important; }This should do the trick.Regards--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Sign in to reply ...
Hi, i'm wondering how to remove the top menu all together.
I just want a one page landing page style with no header, menus or anything. I can't work it out.
Thanks,
Julian
Hello Julian,
If you don't want to have a menu or anything for one page first go edit the page you want to remove the menu from and click this button : https://drive.google.com/open?id=0B4U2I7SLFLQYM1dZY0RvZUZ3dkk
then add this custom css
#header_container { display:none!important; }
and then update the page.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hi. Thanks, that almost did it.
I've probably slightly changed my mind.
I actually don't mind the bar its the fact that on the mobile and tablet the menu icon shows even if i have no menus defined. The desktop doesn't show menus but the mobile does (see attached).
thanks
Hello Julian,
Then try to add this custom css instead :
header nav > ul {display:none!important;}#nav_button:before { font-family: \"FontAwesome\"; display: block; content: \"\\f0c9\"; padding: 8px 0 0 0px; text-align: center; margin-left: -1px; font-size: 18px; }#nav_button{ display: block !important; margin: 31px 10px 0px 0px; height: 40px; float: right; }
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hi. No good. Still shows up on mobile
Hello Julian,
Ok then please remove all the css we gave you and add this one :
#nav_button,#nav_button_alt,header nav > ul{ display:none!important; }
This should do the trick.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme