Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2020 08:01 AM
Can anyone please explain how the increase the size of the text in portal.
I have to increase the size of text indicated in arrow.
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2020 08:51 AM
you can try to apply some css here.
Identify the class and then from "Instance in page editor" apply the css below.
.text-muted {
font-size: 15px;
}
Quick demo.
6 REPLIES 6

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2020 09:39 AM
Completely agree with it
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2021 05:36 AM
Great Thank you so much for your efforts.