Base solution for your next web application
Open Closed

CSS class is not working in theme8 layout #9268


User avatar
0
shedspotter created

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)
  • User Avatar
    0
    maliming created
    Support Team

    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?
  • User Avatar
    0
    shedspotter created
    1. What is your product version? Ans -: Abp-zero-temaplate 7.2.0

    2. What is your product type (Angular or MVC)? Ans -: Angular 8.2.5

    3. 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

  • User Avatar
    0
    maliming created
    Support Team

    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