How to add colour for Font- in Portal

chanikya
Kilo Sage

Hi,

if we see here , font is very dull feeling very hard to read.

So can we add deep Black Color and bright to this font

find_real_file.png

18 REPLIES 18

i have done that

but no chnages done

find_real_file.png

Pooja Devkar
Mega Guru

Hello,

• go to the page: service portal \ pages
• find the page which you're looking for
• add to CSS code:


.timeline-title {
color: blue !important; 

}

For more info refer below link:

https://community.servicenow.com/community?id=community_question&sys_id=1606c761db1cdbc01dcaf3231f96...

Please mark correct & helpful; if it's useful to you.

Thanks & Regards,

Pooja Devkar

not working

find_real_file.png

Hello,

Replace line color: black; to color: black !important; 

Please mark correct & helpful; if it's useful to you.

Thanks & Regards,

Pooja Devkar

tried that way too,,by using 

 

.timeline-body, .ticket-fields{


color: #000 !important;


}

 

find_real_file.png

 

still no changes...