How to Hide the Favorite Icon for All Actions Across the Instance
Is there a way to hide the favorite (star) icon for all actions across both the Studio and Portal interfaces in Decisions for all users?
0
Comments
-
While Decisions does not provide a built-in feature to hide the favorite icon globally, this can be accomplished using a custom CSS override. This solution helps prevent end users from unintentionally adding actions to favorites for all users.
To hide the favorite icon across the instance, follow these steps:
- Create a CSS file and add the following snippet:
.dp-actions-favorite-button { display: none; }- Upload the CSS file under: System > Designers > CSS
- Set the uploaded CSS file as the default.
📌 Note: This is a sample CSS snippet. You may need to inspect elements using your browser's Developer Tools and adjust the selector if your UI styling differs.
Relevant Documentation:
0
Howdy, Stranger!
Categories
- 1.1K All Categories
- New Decisions Features
- 1 Decisions
- Process Maker
- New Features
- 18 Decisions Designer Entities
- 4 Administration & Security
- 1 Customization
- 244 Integrations
- 73 Repository
- 5 Process Mining
- 13 Training
- 221 Lunch And Learn Questions
- 88 General
- 504 General Q & A
- 3 Designer Extensions
- 47 Example Flows
