- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2024 03:16 AM
I created my pages via UI Builder but I would like to change the default theme, which in my case is not Polaris but appears as "-", I send a screen for clarity.
I have already tried to create custom themes via "sys_ux_theme" but in any case they are not selectable.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2024 12:39 AM
I add my own solution so that it may also be useful for other people.
To change the theme in UI Builder I created a theme via Theme builder, changed the theme in the parent application (sys_ux_app) and then selected it in the UX Application (sys_ux_page_registry).
So it is also automatically selected in the builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2024 03:50 AM
Hello @AngeloLama
If you do not have theme builder plugin, Yes, you should have Theme builder plugin installed (sn_theme_builder)
Please mark the answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2024 04:06 AM
I activated the plugin, created a custom theme, but I still see the select (in the Branding and theming) read only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2024 04:09 AM
Can you try clearing the cache, logout and login again.
Please mark the answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2024 04:15 AM
Unfortunately it still doesn't work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2024 04:22 AM
Can you check below things:
changing the application scope to "sn-themes" and try again.
For a theme to be set globally for all users:
the glide.ui.polaris.theme.custom property must point to the sys_id of the theme.
For theme variants to be selected by users in their preferences:
the glide.ui.polaris.dark_themes_enabled property must be set to true.
Kind regards,
Ravi Chandra