Good afternoon Vera and welcome back!
Thank you for reaching out to us.
I would love to help you with this topic.
Yes, absolutely. You can customize the photo view to your liking.
There are 2 main ways to do this:
- Using a template customization on your photo view. You might want to read our Themer’s guide to get a sense of how that works.
- Using a CSS rule to hide the content description
Try the following CSS rule:
.tribe-events-photo #tribe-events .tribe-events-content p {
display: none;
}
Let me know if that helps.
Have a great day!
Geoff B.