How to display the Service Portal Banner Title

SNOW46
Tera Contributor

Hello All,

I want to display some banner title on Service Portal Homepage..

But can't able to show it on Portal.

 find_real_file.png

 

Can anyone let me know how to add some text on banner?

 

Thanks

7 REPLIES 7

Harsh Vardhan
Giga Patron

any update on this thread.

 if your query has resolved kindly mark the answer as correct and close this thread. 

Harsh Vardhan
Giga Patron

any update on this thread.

 if your query has resolved kindly mark the answer as correct and close this thread. 

Dimitri Destin
Tera Guru

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,