This one didn’t work :-/
It also is now showing the version number (I have versioning turned on).
Is there a way to hide these 2? I haven’t added them to the dispform under rules or the tab. They are auto appearing along with the modified info. (would love to manipulate these as well if possible)
It’s hard to tell without looking at your site, but maybe the format is different in the version I tested it in. Use the developer console to find an ID or a class you can use in a selector to hide it. Right click and select “inspect” to get started with the dev tools.
in case anyone else is looking for this solution, based on what Alex provided I played around with it and jQuery(“tr[id=’dffs_ContentTypeChoice’]”).hide(); worked for me