0
rohit.jadhav created
Hi We are planning to add some customisations to the navigation UI. Could you let us know if there is a way to do this without modifying the ABP source code ?
- ABP Framework version: v8.0.1
- UI Type: MVC
- Database System: EF Core (PostgreSQL)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes (Layered Arch)
Thank you Ravi
3 Answer(s)
-
0
Hello ,
Please check this link https://docs.abp.io/en/abp/latest/UI/AspNetCore/Navigation-Menu
Thank you.
-
0
Thank you, Anjali.
I probably should've been specific about the ask.
We are looking to add a button against each menu item.
Is this something that's possible to do ?
-
0
Hello,
Could you please try to customize it in
Themes/LeptonX/Components/SideMenu/MainMenu/Default.cshtml
file as per your requirement. You may refer https://docs.abp.io/en/commercial/latest/themes/lepton-x/mvc#main-menuthanks,