Custom code integrations are not supported through the normal support channels. The Tovuti Support team does not correct, implement, or modify any custom code, including any code referenced in the Help Center. For assistance with custom code, please contact your Account Manager or contact the Tovuti Client Success team at clientsuccess@tovutiteam.com.
Administrative teams have the ability to modify and extend the learner experience beyond the status quo functionality by using custom code. The customizations referenced below apply to the logged-in view, including Course, Community, and Events pages. Custom code added to the User Portal affects the entire logged-in view, not just the User Portal page.
This article outlines some of the most common modifications Admins apply to the logged-in learner experience in Tovuti LMS. The code samples provided can also be applied to the logged-out view.
These common modifications include:
- Create a "Back to Home" Button
- Remove the Shopping Cart Button
- Remove the Header Image Overlay
- Apply a Custom Font
- Edit Text Styling
Create a “Back to Home” Button
Admins may use custom code in the Javascript tab of the User Portals editor to update the top corner logo as a button that directs back to the main dashboard.
Remove the Shopping Cart Button
By default, the main Courses page includes a Shopping Cart button so that users may view which courses they’ve saved for a later purchase. Admins can remove the button with custom CSS.
Courses page without the Shopping Cart button:
Remove the Header Image Overlay
Header images in the logged-in view often include a default overlay that darkens the image. Admins can remove this overlay on any page of the logged-in view.
Image without the banner overlay:
Apply a Custom Font
Admins may use custom CSS to apply custom fonts and styling to any area of the logged-in view.
For example, the Admin may change the font of Navigation Menu Items, and keep all other fonts the same.
Module title with a custom font:
Edit Text Styling
Admins can use custom code to increase or decrease the font sizes, colors, and other custom styling in the learner portal.
Course page progress bar with increased font size: