As a DataEngine Admin, you can use custom CSS to tailor the design and user interface of the MARINI DataEngine. This allows you to maintain a whitelabeled look and make the UI more user-friendly for specific use cases.
Step-by-Step Guide
- Access Admin Panel: Log in as an admin and navigate to the admin settings.
- Find the Custom CSS Section: Go to “System Settings” and locate “Custom CSS.”
- Customize CSS: Enter your CSS rules to modify elements like colors, fonts, or layouts. These changes will override the default styles since they are loaded last.
- Save Changes: After adding your custom code, save the settings to apply the adjustments across the DataEngine.
Tips & Best Practices
- Testing: Test extensively to ensure the CSS doesn’t cause issues, especially across different devices.
- Ensure Responsiveness: Make sure your changes adapt well to mobile, tablet, and desktop views.
- Minimal Changes: Avoid overcomplicating the code by keeping edits simple and focused.
Advanced Customizations
You can enhance both the visual design and usability. For example, emphasize key features or streamline the interface for specific workflows to make the platform more intuitive for different use cases.
Common Pitfalls
- Avoid Conflicts: As the custom CSS overrides the default styles, check for potential conflicts.
- Document Your Changes: Keep detailed documentation of your customizations to ensure other admins can follow or adjust them if necessary.
By leveraging custom CSS, you not only personalize the look but also improve the functionality of the platform, adapting it to specific business requirements.