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

asifnoor
Kilo Patron

Hi Chanikya,

Inspect the element and check the class of the text for which you want to add font.

Then go to stylesheets, find the appropriate stylesheet and add your css style in that.

Mark the comment as a correct answer and helpful once worked.

i just want to display this font in black color 

 

find_real_file.png

Ankur Sharma
Tera Guru

Can you please try the following CSS on your ticket page.

div.timeline-body{
font-weight: bold;
}

label{
font-weight:bold;
}

find_real_file.png

Also, have a look at this: How to change the color of the font in Service Portal?

 

Let me know if it helps.

Chandra Rawat
Kilo Contributor

Hi Chanikya,

 

Use CSS :

 

 

For example:

h1.class {
    color: red;
}

Hope it helps for you.Please mark helpful

 

 

or you can use also 

 

.timeline-title.h4.ng-binding {
colorblack;