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?
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?
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
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")