Help Text in Bold - Record Producer from Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2019 04:09 AM
Hi,
In the record producer under the Annotations >> Help Text "Description is written for the end user"
When the end user opens the portal and tries to read the text it's very hard to read because it's kind of not black in font or blurry.
See screenshot -
I want to make the description font in bold and black. Any suggestions or code??
Regards,
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2019 04:20 AM
Hi Piyush,
The styling is done by the class

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2019 04:23 AM
Hey there Piyush,
I think that this link will give you the information that you need:
If my reply helps you at all, I'd really appreciate it if you click the Helpful button and if my reply is the answer you were looking for, it would be awesome if you could click the Accepted Solution button! 🙂
Have a great day!
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2019 04:25 AM
Hi,
Please following these steps to update the styles for your help text
1. Control + Right click on the your widget in portal and open the widget in Page Designer.
2. Apply the following CSS in the Page settings at top right corner in the designer. Add this in the Page specific CSS
.m-b-xs{
font-weight: bold;
color: black;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2019 04:30 AM