Hey Eve,
Thanks for reaching out!
If you are just trying to get rid of the descriptions/excerpts on Photo View, then unfortunately there is no option that you can use to do that. š A Themer’s Guide-level customization is indeed required.
There is also an alternative approach that might be simplerāto test this, try adding CSS like the following to the bottom of your theme’s style.css file:
#tribe-events .tribe-events-list-photo-description {
display: none !important;
}
Cheers!
George