- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2018 11:26 AM
I need to add alternate text to a logo in the Service Portal. The logo is read by the screen reading software as "?id-csm_index" which is the name of the portal landing page. The portal Title has been altered and reads fine, it is just the logo.
When I inspect the element in the branding editor, I can locate the line where I would need to add the snippet of code to add the alt="" attribute to the HTML element. However, I am unable to locate where this
piece of code can be edited.
Anyone know? I saw there was a similar question asked almost a year ago with no responses
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2018 12:12 PM
The code is in the "Stock Header" widget that is used in the Theme of your Service Portal. If you want to modify the code, you'll have to clone the widget to create your own, and don't forget to set your customized widget as the header in the Theme that you're using.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2018 12:12 PM
The code is in the "Stock Header" widget that is used in the Theme of your Service Portal. If you want to modify the code, you'll have to clone the widget to create your own, and don't forget to set your customized widget as the header in the Theme that you're using.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2020 12:19 PM
This answer is correct. For more detailed explanation use the aria-label attribute to correctly label the image. Example: <img aria-label="FAQ Home" title="FAQ Home" ng-src="{{::portal.logo}}" />

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2021 10:40 AM
Thanks! This worked for me in Paris.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2018 02:21 PM
Thank you! I was able to make the required changes and it works great!