- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2024 12:49 AM
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.
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2024 08:47 PM
Hi @mania ,
right click on the above page and click on instance in page editor
it will land into this page
scroll down you will get CSS
add below css
.th-title{
color:#000000;
}
then save
before :
after :
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful."
Thanks,
BK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2024 08:47 PM
Hi @mania ,
right click on the above page and click on instance in page editor
it will land into this page
scroll down you will get CSS
add below css
.th-title{
color:#000000;
}
then save
before :
after :
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful."
Thanks,
BK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 01:31 AM
Thanks for the reply!
Can you help me to change color for Case Number with blue & font size as inter.
It will be usefull.
Thanks!