Once you create your account on Raklet, you'll get a standard look and feel. This was intentionally left clean and clear. It's up to you to change this or not.
Custom Code Page
You can easily customize your account. Changing button or header background colors, choosing your own font, etc. can be done by adding a couple of lines of CSS. You can add your Custom CSS and Custom Javascript. on Settings > Custom Code page.
Add Extra Functionality
You can also add interactions or create additional functionality, such as updating your navigation, adding new links, or creating new popups using Custom Javascript.
Raklet frontend uses jQuery and Bootstrap 4, so you can leverage these technologies.
Custom Javascript and CSS are included on all the pages of your portal. You can target specific pages and run your functions depending on the URL.
You can see some examples of customized Raklet platforms below:
CSS - for a personalized look and feel, updated header, button colors, custom fonts, ...
JS - for added interactions (show/hide field, update navigation, ... )