Hi there, I'm trying to setup the Dark Header style template and I was checking the themesettings.json file and I cant figure it out....
"Theme":{
"ThemeName":"Metronic/Demo3",
"Direction": "ltr",
"ModeSwitchEnabled": true,
"ModeDefault": "dark",
"AssetsDir": "assets/",
What should I have to change?
Thanks in advance
Hi Horacio Valdez,
Thank you for reaching out to us.
Please note that our current Blazor Starterkit is Blazor Server and we do not provide solutions related to Blazor WASM at the moment.
To change the layout to DefaultDarkHeader layout you need to update DefaultLayout
property in file Starterkit/App.razor
DefaultLayout="@typeof(Layout.DefaultDarkHeader)"