Can we apply a custom theme to specific group members?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2025 07:55 AM
I have created a custom theme using the theme builder. I need to apply this theme to only one group, the 'TEST Group'. How can we achieve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2025 01:35 AM
hi @SaadK,
are we talking about the backend view or the portal/employee centre?
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2025 01:51 AM
backend view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2025 02:26 AM
If you do not want to use it globally for all the users but for select ones only, you can do it by User preferences
When I clicked on the Dark theme (left part of the screenshot), it created a record in the User Preferences module (right side):
It would be possible to do it by a script, to create that record for selected users and change their theme from there. Or you can do it one by one when impersonating to change it from there but that would not be very effective.
And this is just personalisation, so if they decide to change it, they can do it
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2025 02:28 AM
@SaadK
Eventually, you can create the theme under a scope and do not give the users rights to change that... it would be possible to "enforce" it and disallow unauthorised users to change that theme by their own
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */