image list right thumbs

I am using the Berlin theme and exhibit builder plugin and on the image list right thumbs display I would like to remove the title and description from under the large left image. Any idea when I can find those to delete?

The exhibit page layouts are separate from the themes. You'll want to look for those files in /plugins/ExhibitBuilder/views/shared/exhibit_layouts/image-list-right-thumbs.

Within that folder, look for layout.php, which controls the display of the page layout.

The title gets output on Line 12:
<div class="item-title"><?php echo item('Dublin Core', 'Title'); ?></div>

Not sure exactly where Description is coming in.

Keep in mind that all exhibits that use this page layout will be affected, regardless of what theme you're using.

Hi Ryan,

Thanks for your response. I actually found the layout.php in the gallery-left-fulltext folder but your cue got me pointed in the right direction, especially when I couldn't find line of code you mentioned.