I visited your shared site but didn’t see any search form on it.
The URL that you have shard is for single attachement page URL and not search results page URL?
If you want to remove that information text from single attachement page then you can do so by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings
.single-attachment .post-meta-bottom,
.single-attachment .post-header {
display: none;
}
If you want to remove the No comments text also then please also use the below custom CSS code.
.single-attachment p.nocomments {
display: none;
}