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.1K All Categories
- 60 General
- 11 Training
- 201 Installation / Setup
- 1.1K Flows
- 106 Rules
- 260 Administration
- 212 Portal
- 489 General Q & A
- 693 Forms
- 333 Reports
- 3 Designer Extensions
- 47 Example Flows
- 51 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 178 Pages
- 5 Process Mining
- New Features
- 178 Datastructures
- 69 Repository
- 219 Integrations
- 28 Multi-Tenant
- 27 SDK
- 76 Modules
- 56 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 66 Lunch And Learn Questions