- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2023 04:08 AM
We're looking to update some text on our service portal but in doing so its altered one of the widgets and now its out of alignment, whats the easiest way to change the text size on a widget?
From the example below you can see where I've changed the text but cannot see anything in relation to text size I'd like to reduce the text size of the title Change Something / Need something new?
Kind regards,
Alex
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2023 04:19 AM
1. Go to widget instance table and look for your widget.
2. Open the instance and in CSS field try to apply below css
h2{
font-size:5 px !important; // you can adjust the css as per your need.
}
Please mark the answer correct/helpful accordingly.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2023 04:19 AM
1. Go to widget instance table and look for your widget.
2. Open the instance and in CSS field try to apply below css
h2{
font-size:5 px !important; // you can adjust the css as per your need.
}
Please mark the answer correct/helpful accordingly.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2023 05:42 AM
Hi Raghav,
This worked perfectly, thank you.
Alex