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

Alikutty A
Tera Sage

Hi,

Try the following.

Go to the Branding editor for your service portal from the Service Portal configuration module and open the Theme colors tab and change your Text color to black or #000000.

See if it works for you.

Thanks!

it is working, but reflecting on Global Text.

Can we do it for this page only?

Try this out and see if it works for the page.

1) Control + right click on all your widget and click on Page in Designer.

2) Click on Page setting from the top right corner of the designer (gear icon)

3) Add the following in the Page specific CSS field

body{

color: #000 !important;

}

 

Try this out and see if it works for the page.


1) Control + right click on all your widget and click on Page in Designer.


2) Click on Page setting from the top right corner of the designer (gear icon)


3) Add the following in the Page specific CSS field

.timeline-body, .ticket-fields{


color: #000 !important;


}