Totara Talent Experience Platform Open Discussions

Remove breadcrumbs only on tenant

 
Simon Chester
Re: Remove breadcrumbs only on tenant
by Simon Chester - Thursday, 5 October 2023, 3:39 PM
Group Totara

Hi Sven,

Only safe HTML is allowed in the "Custom footer" setting for security reasons, so the style tag will be getting stripped.

In order to add custom CSS you'll need to add the styles to the "Custom CSS" setting in the site-level theme settings. If you want to target a specific tenant only, there are tenant specific classes added to the body tag that you can use, e.g.

.tenant-user-mytenantidentifier .breadcrumb-nav { … }

Kind regards