I have purchased Merronic, I want to some customization in layout.
In this page
https://preview.keenthemes.com/metronic8/demo1/index.html
In fixed top bar, before Dashboard menu, I want to display organization name, which need to hide in mobile.
Can you please guide me how to do that?
Hi,
Inside app-sidebar-wrapper
element you can put below code:
<pre>
<span class="d-none d-lg-block">
Organization Name
</span>
If you enquire for further assistance or have questions, we invite you to join our products community at https://devs.keenthemes.com/. There you can get assistance and guidance from KeenThemes core developers and community
Regards.