Nintex Forms for SharePoint 2013 - Format Text as Bold After the Field is Disabled

  • 16 February 2021
  • 2 replies
  • 55 views

Badge +2

Hello Community! I am working with Nintex for SharePoint 2013 and I need to format the text in a field after the field has been disabled, ideally the text could be made black instead of grey. I need this so the text in the disabled field can be read more easily when printed. Has anyone else done this? If so then please provide guidance and examples. Thanks! Tom


2 replies

Badge +11

@TSMolskow You can try this under CSS in Form Settings


 


input[type=text][disabled]{ background-color: #EBEBEB; color: black !important; }textarea {


background-color: #EBEBEB;


}

Badge +2
Is that reference Classic View? I'm using Responsive View.

Reply