- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2024 01:03 AM
Hi All,
How do I reduce the font size of Service Portal welcome message?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2024 01:14 AM - edited ‎03-06-2024 01:16 AM
Hi @The Matrix ,
Open below
In the instance with search, in css add this below line
#homepage-search h2 { font-size: 20px;}
adjust the font size.
🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2024 01:19 AM - edited ‎03-06-2024 01:22 AM
HI @The Matrix
please follow thread:
https://www.servicenowelite.com/blog/2017/11/15/service-portal-custom-font
That text is in an "h2" element that is within a "div" element with the id of "homepage-search".
Since it's only for this page you can put the CSS at the page level or at the widget instance level. Either one can be accessed by going to the page editor.
See screenshots:
If you need to add the customer specific fonts to the theme style so that they are available to the theme then take a look at this article: https://serviceportal.io/using-custom-fonts-service-portal/
Quick demo.
Please mark reply as Helpful/Correct, if applicable. Thanks!