Closed s2jrchoi closed 6 years ago
You need to override the editable-empty
css class with what you want.
Thank you!!
/* editable-empty */ .editable-empty, .editable-empty:hover, .editable-empty:focus, a.editable-empty, a.editable-empty:hover, a.editable-empty:focus { font-style: italic !important; color: #888888 !important; text-decoration: none !important; font-size:small !important; }
Hello,
This isn't really an issue but wanted some guidance on how to change the font style for fields without any data. I want to put a placeholder such as Not Set, Unknown, Unavailable, or Not Available but I want that to stick out and not blend in with all the other fields. Can anyone please help me with this?
Thank you!