Can I suppress image's title in Exhibit?

I am also wondering if it is possible to suppress image's title so that it won't show up next to the image in Exhibit page.

thanks,

I would edit the views located in ExhibitBuilder/views to do this.

Thanks for pointing out the direction!

This is how I did it -
Go to /plugins/ExhibitBuilder/views/shared/exhibit_layouts/
Choose the specific layout you are using, go to that folder (e.g. image-list-left/), open layout.php
and remove this line <?php echo item('Dublin Core', 'Title'); ?>
or edit it as necessary