How to add colour for Font- in Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2019 02:30 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2019 03:48 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2019 04:58 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2019 11:34 PM
Can you please try the following CSS on your ticket page.
div.timeline-body{
font-weight: bold;
}
label{
font-weight:bold;
}
Also, have a look at this: How to change the color of the font in Service Portal?
Let me know if it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2019 12:03 AM
Hi Chanikya,
Use CSS :
For example:
h1.class {
color: red;
}
Hope it helps for you.Please mark helpful
or you can use also