nopclassic wanting to add a link to a new page on the top menu banner

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 12 ans
Hello everyone,

Sorry for  still being a neophyte in CSS. I want to add an item in the top menu linking to a new topic I created.
Just point me to what section and I can go from  there. JIC I created a theme so I wont mess with the original nopclassic theme.
Il y a 12 ans
Hi,

Do you want to put it in the area where the search / account / blog / contact us  head menu is ?

if so go to your ( well for me its this ) C:\inetpub\wwwroot\nop\Views\Common and locate the menu.cshtml

In there copy the link like this >>

{
        <li><a href="@Url.RouteUrl("RecentlyAddedProducts")">@T("Products.NewProducts")</a>
        </li>
    }

and past it back in where you want it in the top menu bar.

That will only duplicate one of the links but im not 100% on what to do from there as yet.

The same applies for the header links where login etc appears.

hope that helps a little.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.