Increased font size for specific field

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
spizpan
Posts: 9
Joined: 2020-06-21 22:48
Location: Greece

Increased font size for specific field

Post by spizpan » 2020-07-04 16:06

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

spizpan
Posts: 9
Joined: 2020-06-21 22:48
Location: Greece

Re: Increased font size for specific field

Post by spizpan » 2020-07-04 18:56

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>

Post Reply