How to hide description on Photo view

Home Forums Calendar Products Events Calendar PRO How to hide description on Photo view

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1163655
    veruska
    Participant

    On Photo View, I would like to hide content description and show just the photo, title and date of my events.
    Is it possible?

    #1164099
    Geoff B.
    Member

    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:

    1. 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.
    2. 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.

    #1164163
    veruska
    Participant

    Hi Geoff! Sounds great, but where in the Settings can I paste that code? I couldn’t figure out.

    #1164318
    Geoff B.
    Member

    Good evening Vera,

    Thank you for writing back.

    You can paste that code in your theme’s custom CSS section or style.css file.

    If that seems a bit outside of your comfort zone, I would recommend trying the following plugin which lets you do that easily: https://wordpress.org/plugins/simple-custom-css/

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1164360
    veruska
    Participant

    Tks a billion, Geoff B.!
    It worked like a charm!
    Rgds
    Vera

    #1164699
    Geoff B.
    Member

    Good afternoon Vera,

    That is fantastic news! Kudos!

    You are welcome back on our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to hide description on Photo view’ is closed to new replies.