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.
This customization option is available through applying custom CSS code in the logged-in view.
Admins may use custom code in the Javascript tab of the User Portal editor to add an invisible button to the top corner logo that directs back to the main dashboard.
This article outlines the following concepts:
User Experience
Custom Code Sample
This custom button path can be configured using the following custom Javascript (postscript window) code in the User Portals edit view:
$("#dash_logo").wrap("<a href='/'></a>");