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 02:42 AM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2019 03:16 AM
it is working, but reflecting on Global Text.
Can we do it for this page only?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2019 03:24 AM
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;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2019 03:28 AM
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;
}