- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2019 10:10 PM
Hi All,
I am trying to change the font size on all text in the body widgets from 14 to 16 how can i do that?
I tried adding css as below but the size is defaulting 18 for some reason. Any help on this is appreciated.
body {
font-size: 16px;
}
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2019 11:01 PM
Hi Santosh,
Please follow these steps to update the font.
1) Control + Right click on your widget and open it in the Page in designer.
2) Go to the Page setting gear icon at top right corner and add the following in its Page specific CSS field
.list-group{
font-size: 16px;
}
This should apply the require font size to your list groups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2019 10:52 PM
Hi Santosh,
Where did you update the size?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2019 11:00 PM
Hi Ankur,
I added a style sheet in service portal --> CSS and i added it to CSS included in Service portal --> themes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2019 11:01 PM
Hi Santosh,
Please follow these steps to update the font.
1) Control + Right click on your widget and open it in the Page in designer.
2) Go to the Page setting gear icon at top right corner and add the following in its Page specific CSS field
.list-group{
font-size: 16px;
}
This should apply the require font size to your list groups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2019 11:17 PM
Hi Alikutty,
Where do i right click on widget? i opened the page in designer and tried to CTRL+ Right click nothing happens.Also i am looking for changing it across the portal not on a widget level.