1

I am new in nopCommerce.

I want change the position of Mega Menu by changing the view portion of nopCommerce. In which Controller Home Page View is situated?

2 Answers2

0

it seems you are using mega menu plugin if yes then find the mega menu code files in plugins/{megamenu}/views and explore to find the code to change

f2asr
  • 1
  • 3
0

see _Root.cshtm of your current theme. If you do not use theme see Views folder. Better copy _root.cshtml to THemes\DefaultClean and fix there

lines of code for menu

@Html.Action("TopMenu", "Catalog")

Serg Shevchenko
  • 662
  • 1
  • 5
  • 21