Is it possible to change the font size of the field labels?

Hi,I want to make the font size bigger when adding details at house uploading in rentalhive. Is it possible? Maybe with a code snippet or something? Thank you very much.

Hi,

Please try this CSS snippet:

.hp-field__label {
	font-size: 20px;
}

Please note that it can require further customization.

1 Like

Thank you!!!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.