The brief version of my question is:
What's the Main menu position's name?
and the extended version goes like this:
I wanted to change the Main Menu in gavick's AppsPro Tech template, but encountered some problems.
I hid the default menu using this in custom css code:
- Code: Select all
#gkMainMenu {
display:none;
}
and It worked fine. then I tried to position the other menu (Maximenu CK) in its place. I tried almost all positions (top, mainbody, header, top1, top2, etc...), but none worked for me.
Any help or guidance would be greatly appreciated.