Footer Menu Like Main Menu - Question | JoomShaper

Footer Menu Like Main Menu

S

SPD

Helix Framework 1 year ago

Hi, I currently dont have anything in footer except copywrite, but wanted to add a subtle User menu which would contain Login/Out/Reg, profile options and other stuff. At this time, 90% of visitors don't need to register/login, no point, but authors would find it useful.

So what I am hoping to do is have a single not-obvious, menu item in the footer that works the same way as a main menu with all the settings I have under template options.

Is that possible by assigning the correct CSS Classes to the Footer and Footer Menu items? Cheers

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #107784

Hi,

you can find in Helix documenation "How to create second top menu" >> https://www.joomshaper.com/documentation/helix-framework/helixultimate/faq-how-to-do just instead of top, use footer2


But you can also add those links manually, in that same area where you have copyright note > just use BASIC HTML:

<a href="/login">Login</a> | <a href="/register">Register</a>

Of course URL take from menu item Alias field.

Fewer modules = faster website. I use this method for many project, if they are one language only.

0
S
SPD
Accepted Answer
1 year ago #107966

Cheers Paul, will be going a different route I think but have made note docs!

0