- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2024 05:42 AM
Hi all,
I am new to the mobile app builder. I am trying to change the font size of the text on the mobile app. Could you please let me know if this can be done.
Many Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 11:27 PM
I was able to change the font size of the fields by making changes to the Card Temaplate JSON.
Added the below attribute where ever necessary in the JSON
"Font": {
"Weight": "regular",
"Size": 18
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 11:27 PM
I was able to change the font size of the fields by making changes to the Card Temaplate JSON.
Added the below attribute where ever necessary in the JSON
"Font": {
"Weight": "regular",
"Size": 18
}