How to display the Service Portal Banner Title
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2019 05:25 AM
Hello All,
I want to display some banner title on Service Portal Homepage..
But can't able to show it on Portal.
Can anyone let me know how to add some text on banner?
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2019 02:53 AM
any update on this thread.
if your query has resolved kindly mark the answer as correct and close this thread.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2019 02:10 AM
any update on this thread.
if your query has resolved kindly mark the answer as correct and close this thread.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2020 09:14 AM
Hi all,
div#custom_header_text {
display: block;
position: absolute;
top: $sp-logo-max-height / 2;
left: $sp-logo-max-width + 25px;
}
it is better to use absolute
With fixed, if you activate annoucement banner, the title will be fixed in the banner.
position: absolute,