0
sunivycsm created
I have built an MVC application and am using the Lepton theme. Now I want to use the LeptonX theme. How should I modify my project, and where should I make these changes?
- ABP Framework version: vX.X.X
- UI Type: MVC
- Database System: SQL Server
3 Answer(s)
-
0
Hello,
Check for the package
Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton
in your application and change it toVolo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX
along with the appropriate version as per the ABP version. And then build and run the application.Thanks,
-
0
My app has been in development for a while and is not a new creation. If it was a new creation, the conversion would be simple.
-
0
Hello,
Please check https://abp.io/docs/latest/ui-themes/lepton-x/mvc?_redirected=B8ABF606AA1BDF5C629883DF1061649A#installation
Thanks,