Hide field description

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
TKay
Posts: 11
Joined: Mon Jun 19, 2017

19 Mar 2018

Hi there,
How do i hide/remove field description from displaying in the form?

User avatar
Nikita Kurguzov
Posts: 889
Joined: Mon Jul 03, 2017

19 Mar 2018

Dear Tkay,
You can either:
1) Go to List Settings -> Column, and remove description there.
2) Add no-description class to fields where you want to remove description from.

Then add the following code to the CSS editor for #2:

Code: Select all

.no-description span.ms-metadata{
	display:none;
}
Cheers

TKay
Posts: 11
Joined: Mon Jun 19, 2017

20 Mar 2018

#2 worked perfectly, so simple :-) !!! Thank you Nikita

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 26 guests