- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 06:30 AM
Hi,
I have a requirement to change the symbol of breadcrumbs to "/"
let me know if any one worked on this.
Thanks,
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 07:46 AM
Yes we can change it but it need huge customization as this widget is used on most of the pages on Service Portal.
There is OOB widget used to show breadcrumbs
This widget is readonly.
If you want to change the icon then clone the widget and make the changes to HTML part and replace the class.
you can use below class as per your choice:
<i class="fa-solid fa-slash-forward"></i>
or
<i class="fa-solid fa-slash"></i>
https://fontawesome.com/icons/slash-forward?f=sharp&s=solid
Once you modify widget, replace the widget on the require portal pages.
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 07:46 AM
Yes we can change it but it need huge customization as this widget is used on most of the pages on Service Portal.
There is OOB widget used to show breadcrumbs
This widget is readonly.
If you want to change the icon then clone the widget and make the changes to HTML part and replace the class.
you can use below class as per your choice:
<i class="fa-solid fa-slash-forward"></i>
or
<i class="fa-solid fa-slash"></i>
https://fontawesome.com/icons/slash-forward?f=sharp&s=solid
Once you modify widget, replace the widget on the require portal pages.
Thanks
Anil Lande