function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sfadm sfadmsfadm sfadm 

How to increase the label font size of a field?

I have a custom text field "Field 1" 
User-added image
I've found the following link: https://developer.salesforce.com/forums/?id=9062I000000IHO4QAO
However, I'm not aware of how to view and edit the HTML source of the text field "Field 1".

How can I access the HTML source of "Field 1" in order to add the CSS style?

Best Answer chosen by sfadm sfadm
RituSharmaRituSharma
Hi sfadm,

From snapshot it seems that it's of standard page layout. If yes, you can't increase the size of the label. You may increae the label only if it's a custom lightning page.

Keep learning!

All Answers

VinayVinay (Salesforce Developers) 
Hi,

You can open the related lightning component from developer console.

Check below link that can help you.

https://trailhead.salesforce.com/content/learn/modules/lex_dev_lc_basics/lex_dev_lc_basics_create

Thanks,
RituSharmaRituSharma
Hi sfadm,

From snapshot it seems that it's of standard page layout. If yes, you can't increase the size of the label. You may increae the label only if it's a custom lightning page.

Keep learning!
This was selected as the best answer