Page 1 of 1
attachments
Posted: 18 Jan 2017
by jpwallace
Morning Guys, Is there a way to change the color of the text of an attached file?
Re: attachments
Posted: 19 Jan 2017
by Dmitry Kozlov
Sure, just pick the color in the field's properties (Control -> FontColor).
Re: attachments
Posted: 20 Jan 2017
by jpwallace
Hi,
Insert the following code into CSS-editor:
Code: Select all
.fd_field[fd_name='Attachments'] > .fd_control .ms-vb {
color: red;
}
Replace 'red' with the color you need.
Re: attachments
Posted: 21 Feb 2017
by Dmitry Kozlov
I thought this was the case, however when i attach a file on the new form view, (from attach at the top of the form) its uploads with black text, no matter what color i change it to... and on my edit form it shows as blue, yet both settings are the same?, the font size seems to work as it should for attachment field just not the color??