Hello, i am porting an existing app to Zero version.
I am using the latest release of ASP.NET CORE & Angular, version v11.0.1 with .net core 6 (downloaded last week) The old non-zero version was also ASP.NET CORE & Angular, but version v5.8.1
When porting the frontend i am encountering several issues with styles. The themes bring their own style definitions and seem to override bootstrap styles that i would like to use. For example when styling a table, i cannot use table-bordered and table-hover in combination, but this worked fine in the non-zero version. This problem is not theme-dependent which means i encounter it no matter which theme is selected
Am i missunderstanding something with the themes here? I don't really need them, so it would also be fine if I can somehow disable them completely.
1 Answer(s)
-
0
Hi @knappmpm
We are using Metronic as is and as you guess, Metronic overrides some of the default Bootstrap styles. You can try to rebuild the Metronic from its source code by following https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/build/gulp.html and replace default styles in AspNet Zero with your custom build.
You can download Metronic's source code on http://aspnetzero.com/download page.