Menu
Author: Junhao J.
Visited 1236,
Followers 2,
Shared 0
Hi
I want to remove the Home Page menu, it is possible ?
Posted on the
Hi
I want to remove the Home Page menu, it is possible ?
Hi yes
If you want to disable the main menu on just one page go into page properties, expert and in the before closing head tag copy this code:
<style>
#imMnMn {
Display:none;
}
</style>
If you want to disable the main menu for the entire site just hide all the pages and that should do it.
regards
jamie
Author
Thank you !!
Author
in addition ,
1. I can set Single page scrolling (anchor pattern) ? logo is fix
2. Bottom Page Arrow Top
Thanks
Hello Junhao,
Can you please show me an example of what you refer for point 1?
You can use the anchor function where you set an anchor point to the first object on the page and then on the bottom you add a link to this anchor.
http://help.websitex5.com/en/v12/evo/index.html?ancore_ht.htm
Many thanks!
Author
Thank you !
Hi
for point 1 yes you can view this demo http://www.x5tuts.com/template/pizza-v12/
for point 2 you can google scroll to top script and add the custom code into your site if you need help let me know.
regards
jamie
Author
What code i need add on page ?