Hello, I have created my own class in style.css file but it's not reflecting in theme 8. Could you please suggest to me? What should I do?
3 Answer(s)
-
0
hi
- What is your product version?
- What is your product type (Angular or MVC)?
- What is product framework type (.net framework or .net core)?
in theme 8
- What are the theme settings?
-
0
What is your product version? Ans -: Abp-zero-temaplate 7.2.0
What is your product type (Angular or MVC)? Ans -: Angular 8.2.5
What is product framework type (.net framework or .net core)? Ans -: .NET core 2.2
in theme 8 What are the theme settings? Ans -: Layout type => Fluid Header => desktop (Fixed Header)
Thanks
-
0
hi
Can you check if your angular application has the following request information.
The GetCurrentLoginInformations request will return a custom css id. GetCustomCss request will load custom css
Related angular code: https://github.com/aspnetzero/aspnet-zero-core/blob/5cb1161649d8842e766334789d42b2e53752fbe6/angular/src/root.module.ts#L132-L151