WebSite X5Help Center

 
Amila K.
Amila K.
User

Footer menu  en

Autore: Amila K.
Visite 795, Followers 2, Condiviso 0  
Parole Chiave: 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.

Postato il
2 RISPOSTE
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

Leggi di più
Postato il da 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

Leggi di più
Postato il da Anthony A.