1 answer
- 210
You can enhance the appearance and functionality of the navbar in the UI builder by adding more CSS or HTML content using custom CSS and custom JavaScript under UI builder settings. This approach allows you to insert additional text, buttons, or other elements.
First, use the browser's inspect element feature to identify the ID or class of the navbar component you wish to customize. Once you have located the specific ID or class, you can write custom jQuery to modify it according to your requirements. This method enables you to add additional text, buttons, or other elements dynamically.
Change User Locale In Userview Header – Another example
However, if you're looking to change the entire structure of the navbar fundamentally, you might need to explore building UI theme plugins. How to develop a Userview Theme Plugin
- NAS
Understood, thanks for the clarifications. Got your point and will try to do so and explore more about the UI theme plugins.
Add your comment...
Is there any ways to customize the HTML of the navbar in the UI builder, similar to how we can customize the login page UI. For instance, I may have wanted to add on more wording or button.
I have tried searching and googling about it, but seems like couldn't find any ways on how to do it.