How to make headings black colour in csm portal

mania
Tera Contributor

Hi,

 

On CSM Portal, I want to make this highlighted headings as bold & black color. Can you please tell us where to do this configuration.

Can anyone help on this, it will be helpful.

mania_0-1724053729851.png

 

Thanks!

1 ACCEPTED SOLUTION

Bhavya11
Kilo Patron

Hi @mania ,

 

right click on the above page and click on instance in page editor  

Bhavya11_0-1724125388216.png

 

it will land into this page

Bhavya11_1-1724125528691.png

scroll down you will get CSS

Bhavya11_2-1724125546567.png

add below css

.th-title{
color:#000000;
}

then save

 

before :

Bhavya11_3-1724125582342.png

after :

Bhavya11_4-1724125605193.png

 

 

If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." 

 

 

Thanks,

BK

 

View solution in original post

2 REPLIES 2

Bhavya11
Kilo Patron

Hi @mania ,

 

right click on the above page and click on instance in page editor  

Bhavya11_0-1724125388216.png

 

it will land into this page

Bhavya11_1-1724125528691.png

scroll down you will get CSS

Bhavya11_2-1724125546567.png

add below css

.th-title{
color:#000000;
}

then save

 

before :

Bhavya11_3-1724125582342.png

after :

Bhavya11_4-1724125605193.png

 

 

If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." 

 

 

Thanks,

BK

 

mania
Tera Contributor

@Bhavya11 

Thanks for the reply!

Can you help me to change color for Case Number with blue & font size as inter.

It will be usefull.

mania_0-1724142620065.png

 

Thanks!