Page 1 of 1

Increased font size for specific field

Posted: 2020-07-04 16:06
by spizpan
Hi. I'm totally new in this. It's been a month since I started working with AppGini. Congratulations for this great application.

I would like a clarification regarding Detail view. How can I display the value of a specific field, with a larger font size?

I have no coding experience, so i would appreciate some help by someone who knows.

Thanks in advance

Re: Increased font size for specific field

Posted: 2020-07-04 18:56
by spizpan
Posting, for future reference...

I managed doing the change with the following code:

<style type="text/css">
#field_name
{font-size:20px; line-height:10px;}
</style>