user2772695
user2772695

Reputation: 11

Magento navigation menu

I am trying to reorganize my navigation menu. I want it to have only one product page button and a couple of CMS pages. I don`t want any categories on it. I know how to put additional buttons to the menu, but if I try to remove the category the whole menu disappears. Any suggestion? I am runing the latest magento with a custom theme. P.S. I tried to edit the top.phtml site but I am not very confident with coding. Thanks

Upvotes: 0

Views: 1110

Answers (2)

capola
capola

Reputation: 51

You can read this tutorial - Adding Page Links to the Main Menu

Upvotes: 0

liyakat
liyakat

Reputation: 11853

you can change menu as you want to customize and want to add your link

app\design\frontend\your_package\your_theme\template\page\html

add your link to topmenu.phtml

hope this will sure help you.

Upvotes: 2

Related Questions