Dear Keen Themes Team,
I’m currently using the Demo30 template for ASP.NET Core and have encountered an issue where the toolbar’s background color is not displaying correctly. I recently migrated all files from the StarterKit project into a new .NET 9 project, and everything else seems to be working except for the toolbar background.
I suspect it might be related to a missing or conflicting CSS file, but I haven’t been able to identify the exact cause. Could you please advise on the following?
Is there a specific CSS file or configuration that controls the toolbar’s background color in Demo30?
Are there any known compatibility issues between the Demo30 template and .NET 9?
Do I need to include any additional scripts or styles to ensure the toolbar renders correctly?
Thank you for your assistance. Any guidance or documentation would be greatly appreciated.
Best regards,
Nabeeh T
nabeeh.official@gmail.com
If you're facing a toolbar background color issue in the Demo30 template for ASP.NET Core, it could be due to missing CSS styles, conflicting themes, or improper layout configurations. Ensure that the correct styles are applied in the _Layout.cshtml file and check for any overriding CSS rules. Also, verify the theme settings in the wwwroot folder. If the issue persists, try debugging with browser developer tools to inspect applied styles. Just like KineMaster Diamond APK enhances video editing with premium features, fixing this issue will refine the UI for a polished web experience.
Hi,
Sorry for the late reply.
Could you please clarify which Metronic version you are using?
You can change toolbar background color by updating $app-toolbar-bg
variable in Starterkit/_keenthemes/src/demo30/sass/layout/_variables.custom.scss.
We have plans to migrate our Asp.Net-Core version to .NET 9 in the next Metronic version, however, currently, we haven't tried using .NET 9 with Metronic Asp.Net-Core Starterkit.
You can refer to the official .NET 9 migrations: https://learn.microsoft.com/en-us/aspnet/core/migration/80-90?view=aspnetcore-9.0&tabs=visual-studio
Regards,
Lauris Stepanovs,
Keenthemes Support Team