It's super easy to customize Web Portal. Sometimes you would like to tweak a few more things without modifying the web source code (in ASP.Net). Using CSS modifications, you can do this. We make modifying the CSS easy, too, because you can do it right from the Settings tab in the ADMIN interface.
Example #1 - Hiding Password Link in Web Portal End User Interface:
In the following example, we are going to show you how to hide the Password link in the Web Portal end-user interface. We're using this as an example, because with customers that use Active Directory, this link is not necessary.
Here are the steps:
After that, when the page loads, that link should not display. The "display: none" that you're adding to that property tells the browser not to display anything using .changepassword class.
---
Example #2 - Changing the Layout Width of Web Portal:
By default, the width of Web Portal is set to 900px. We believe this is a good average width for most screens and devices. If you want to change the width of the application to 1200px, it's quite simple. Here are the steps: