Page 1 of 1

Changing title of the related item form

Posted: 29 Mar 2019
by Katy
Hi everyone,
Can you help me to change the title of the related item form when it opens in dialogue:
3-29-2019 10-13-56 AM.png
3-29-2019 10-13-56 AM.png (13.63 KiB) Viewed 2403 times
I know i can just rename the list, but ideally i want to put custom text instead on it.

Re: Changing title of the related item form

Posted: 29 Mar 2019
by Nikita Kurguzov
Dear Katy,
Unfortunately, it's really hard to change this text. I would recommend to hide it, and just add a title to the form itself.

You can hide this text by adding the following CSS to Parent form:

Code: Select all

.ms-dlgTitle{
    display: none !important;
}

Re: Changing title of the related item form

Posted: 01 Apr 2019
by Katy
That will work too!
Thank you, Nikita!