How to hide Portal actions bar for portal users
Comments
-
I am trying to hide the Portal Actions bar in the Portal, how would I go about this?
-
Check whether you have an existing theme.portal-custom.less file at "C:Program FilesDecisionsFileStoragePrimarystyles hemes".
If not, create one with the name theme.portal-custom.less and add the below class, then save.
.dp-portal-actions {
display: none !important;
}
.dp-portal-topbar__toggle-actions-tab
{
display: none !important;
}For versions 8.5 and below, require Decisions Services to reflect in Portal. For versions 8.6 and above, go to System > Right-click on System > Themes > Rebuild Styles, and make sure that you get a message in your notification icon saying "LESS files compilation result: Success."
Once the LESS file compilation gets a success status, we need to empty the cache and hard reload by using developer tools. Press Control + Shift + i. Navigate to the Chrome refresh option, right click on the refresh button in Chrome and select "Empty Cache and Hard Reload".
You will now be able to see the changes made to the portal.
Howdy, Stranger!
Categories
- 4.3K All Categories
- 74 General
- 13 Training
- 206 Installation / Setup
- 1.1K Flows
- 110 Rules
- 268 Administration
- 212 Portal
- 496 General Q & A
- 709 Forms
- 344 Reports
- 3 Designer Extensions
- 48 Example Flows
- 57 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 184 Pages
- 5 Process Mining
- New Features
- 186 Datastructures
- 70 Repository
- 229 Integrations
- 28 Multi-Tenant
- 27 SDK
- 81 Modules
- 58 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 143 Lunch And Learn Questions