Remove "Description" from Photo Layout?

Home Forums Calendar Products Events Calendar PRO Remove "Description" from Photo Layout?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1341301
    Jameson Stewart
    Participant

    Hi, Any way to remove the description from displaying on the photo layout? My client just wants the event titles and images. thanks!

    #1341476
    Jennifer
    Keymaster

    Hi Jameson,

    Thanks for reaching out!

    You can remove the description by adding the following to your Custom CSS area under Appearance > Customize (if you have one) or to the style.css file of your child theme:

    div.tribe-events-list-photo-description.tribe-events-content {
    display: none;
    }

    Let me know how that works for you!

    Thanks,

    Jennifer

    #1343650
    Jameson Stewart
    Participant

    Hi, i’ve tried this and cleared my caches and it doesnt appear to be working.

    i also went in and tried it via the inspector and tried this:
    #tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p {
    line-height: 1.7;
    margin: 0 0 10px;
    display: none;
    }

    didn’t seem to work either.
    any other help would be great.
    thanks!

    #1345032
    Jameson Stewart
    Participant

    hi just following up on this. still looking for help. thanks!

    #1345288
    Jennifer
    Keymaster

    Hi Jameson,

    Sorry for the delayed response – can you try adding this instead:

    .tribe-events-photo-event-wrap .tribe-events-event-meta {
    display: none;
    }

    I tested it out, and it seems to be working on my end (see screenshot – let me know if this isn’t the effect you’re looking for). If you don’t see a difference, you can also try adding “!important” (display: none !important;).

    Let me know if that works!

    Thanks,

    Jennifer

    #1355662
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove "Description" from Photo Layout?’ is closed to new replies.