Document and part state fields are underlined in blue (hyperlinks) and the text size is too small. The other fields are Arial size 11 and these hyperlinks are Arial size 8.
Is there a way to make the text size larger for the state fields hyperlinks?
Document and part state fields are underlined in blue (hyperlinks) and the text size is too small. The other fields are Arial size 11 and these hyperlinks are Arial size 8.
Is there a way to make the text size larger for the state fields hyperlinks?
Is this for the individual entries? You should be able to change the setting on the Document form. Select the State field and click on Field Label. From here you can edit the Font Size, Family, and Weight. One of the things that I have noticed in our implementation is that some of the fields have Tahoma and some don't. The font will change size based on what Family is first (I think it is an order of preference thing). All of our forms are set to size 8pt and Bold.
Hi Nathan,
Thank you for your reply. We are still using version 11 so when I go to the Field tab I can only change the field title font size and font type, not the field value font size. Mine is Tacoma size 8 and is a hyperlink (filed type is item).
We are using 11 SP10. Seems a bit odd that you can't change the text size.
We have SP 5. If i change the font size, the word "State" changes but not the value of the field.
I'm not sure if there is a way. I was reading this post from a couple of years ago talking about the form. I think the end of it includes to the text. I would play around with it to see if it can be done.
Could the problem be the length of the field? 'm not sure, but maybe the text is shrinking to fit the size of the field. Try specifying the field length & see if it will change the size of the text.
On the form, select the field, Field Type tab, Display Length.
Could the problem be the length of the field? 'm not sure, but maybe the text is shrinking to fit the size of the field. Try specifying the field length & see if it will change the size of the text.
On the form, select the field, Field Type tab, Display Length.
Nathan,
Thank you for your help. I ended up changing the field from an Item field type to a Text field type. Then I added the following in the Field Body tab CSS field:
.state
{
font-family: tahoma, arial, helvetica, sans-serif;
font-size: 11.3px;
}
I appreciate your help
lad to hear you were able to resolve the issue.
Copyright © 2025 Aras. All rights reserved.