- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2018 12:31 PM
I am trying to set up something like this, but without the typehead search bar there. So it would just say Kundenservice Portal in that container. Does anyone know how I could do this?
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2018 12:48 PM
The absolute easiest way to do what you are asking, would be to add an HTML widget to the container and in the source code (click the ' < > ' icon in the editor when editing the widget instance options) add the following:
<h2 class="text-center text-4x m-b-lg sp-tagline-color" >Kundenservice Portal</h2>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2018 12:48 PM
The absolute easiest way to do what you are asking, would be to add an HTML widget to the container and in the source code (click the ' < > ' icon in the editor when editing the widget instance options) add the following:
<h2 class="text-center text-4x m-b-lg sp-tagline-color" >Kundenservice Portal</h2>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2018 12:52 PM
Would I do that just by creating a new widget then putting that in the html?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2018 12:57 PM
You could, but for simple things like this it seems like an overly complicated solution. ServiceNow provides a general HTML widget that you can use for instances like this. To use it do the following:
1) Open the Service Portal Page Designer
2) Select the page you need to add the widget to
3) in the left hand menu, search for HTML
4) Drag the HTML widget to the container you want
5) click the 'pencil' icon on the widget to get to the widget options
6) in WYSIWYG editor click the '< >' icon in the toolbar
7) Copy/Paste the HTML into the the Source Code pop-up
😎 Click 'Ok' then 'Save'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2018 01:13 PM
thank you so much