Home Page Without a Menu
Autor: Chris E.
Visitado 1417,
Followers 1,
Compartido 0
How do I create a home page without any menu buttons? I want to add a custom menu in the body of the home page.
Publicado en
Hi,
Set other pages *hiden* in page creation step, and thats all !
Then link to hiden pages buttons, pictures ...
Hope this help !
Autor
Thank you, Gorg.
Very easy and I should've thought about it.
But now I have the ugly empty menu bar that i cannot get rid off. I am aware that I can go to the code and remove it there, but not sure how if I want to continue working in WebsiteX5. Bear in mind that I am not technical and know the very basics of coding.
<style>
body #imMnMn {display:none; } </style>
Autor
Thank you.