WebSite X5Help Center

 
Amila K.
Amila K.
User

Footer menu  en

Autor: Amila K.
Visitado 793, Followers 2, Compartido 0  
Tags: footer,menu

How to add the menu to the footer? I had an option in the ver 8, but unable to find in this in ver 10.

Publicado en
2 RESPUESTAS
Andre E
Andre E
Moderator

The footer menu can be selected from page 4 -> styles and models -> pulldown page items, select footer menu. Set it to visible.

That's it.

BR

A

Leer más
Publicado en de Andre E
Anthony A.
Anthony A.
User

since webx5 put the footer menu above the footer, if you want to place it inside footer,do the following, first disable that from page4> style and models

then

 create a html code in your footer and place the codes over there. heres the example:

<a href="index.html">Home</a> | <a href="services.html">Services</a> | <a href="contact-us.html">Contact us</a> | <a href="blog.html">Blog</a> | <a href="imsitemap.html">Site Map</a>

if you wish to add color to them:

<a href="index.html"><font color="FFD700">Home</a> |

so far there is no easy option  on x5 to put the footer menu inside the footer of your website.

Good Luck

Leer más
Publicado en de Anthony A.