Can we remove elements on top of the portal page

Hi Creatio Community,



Can the elements on top of the portal page on Freedom UI be deleted for portal users  only? I only want to retain the logo and the logged in user icon.



Like 0

Like

2 comments

Hello Vishal,

To do this you'll need to override MainShell then you can either remove these elements (conditionally for portal users only) or you can add CSS that is global to the application (which I think is an easier route). You can make the global CSS apply only to portal users by using the details from this article https://customerfx.com/article/applying-global-css-styles-in-the-creati…

As for overriding the MainShell, you'll need to enable the AllowCreateAngularSchema feature (you can search these forums for "AllowCreateAngularSchema" to view details on how to do this)

Ryan

Thanks Ryan

Show all comments