- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2024 09:21 AM
Is it true that i need HTML skills to increase the font size on the campaign banner? Increasing font size seems like it should be configurable?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2024 01:05 AM
Hi @gmh2113a,
Yes, you have to update the HTML and CSS for the campaign banner class. To change the font size of a campaign banner in a ServiceNow instance, you'll need to customize the CSS for the banner. This involves creating or modifying the UI Pages or UI Macros that control the display of the campaign banner and adding your custom CSS styles.
If this answer was helpful, I would appreciate if you marked it as such - thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2024 01:05 AM
Hi @gmh2113a,
Yes, you have to update the HTML and CSS for the campaign banner class. To change the font size of a campaign banner in a ServiceNow instance, you'll need to customize the CSS for the banner. This involves creating or modifying the UI Pages or UI Macros that control the display of the campaign banner and adding your custom CSS styles.
If this answer was helpful, I would appreciate if you marked it as such - thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 05:04 AM
Thank you!