Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Blazer - change the default layout


Dear all,

I am using the Blazor version, how I can change the default of the layout, to change it from dark-sidebar to other options! Like dark-header or other.

Thank you for all.

Best regards,


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (4)


Buffet restaurants are widely popular in the Philippines, especially for celebrations like birthdays, reunions, and corporate gatherings goldilocks cake price. Leading names like Vikings Luxury Buffet, Buffet 101, Yakimix, Cabalen, and Sambo Kojin offer all-you-can-eat experiences featuring a wide variety of international dishes – from Japanese sushi to American ribs to Filipino favorites. The price for buffet dining usually ranges from ₱600 to ₱1,500 per person, depending on the restaurant and the day of the week.



Hi Othman Alkhan,

Thank you for reaching us out.

You can change the default layout inside Starterkit/App.razor.

Here are all available main layouts.
Layout.DefaultDarkSidebar
Layout.DefaultLightSidebar
Layout.DefaultDarkHeader
Layout.DefaultLightHeader

For DarkHeaderLayout you can update the 5th line in Starterkit/App.razor.

<RouteView RouteData="@routeData" DefaultLayout="@typeof(Layout.DefaultDarkSidebar)" />


Also, you can override the layout for separate razor page views using @layout directive.

Regards,
Lauris Stepanovs,
Keenthemes Support Team



Thank you for your greatfull support and fast response.



Hi Othman Alkhan,

Please don't hesitate to reach out if you need anything more from us.

Regards,
Lauris Stepanovs,
Keenthemes Support Team


Your Support Matters!

We will highly appreciate your Metronic Review on Themeforest.
Please go to Themeforest Downloads page, select Metronic & leave your feedback.
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(