Community Events – how to remove option for submitter to add event image?

Home Forums Calendar Products Community Events Community Events – how to remove option for submitter to add event image?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1020517
    ltm-cvb
    Participant

    I would like to remove event image box. I saw this in a 2012 thread, but I can’t find a community events form to edit in ECP, EC, or CE.

    Is there a way to remove this from the community submission form?
    http://visitwabashcounty.com/events/community/add

    Thanks, DeAnne

    #1020748
    George
    Participant

    Hey @DeAnne!

    The most straightforward way of doing this would be with some custom CSS; try adding the following CSS to the very bottom of your theme’s style.css file:


    body.tribe_community_edit #event_image_uploader {
    display: none !important;
    }

    I hope that helps!

    — George

    #1020777
    ltm-cvb
    Participant

    Dear George,

    YOU ROCK! It worked brilliantly, of course.

    Thank you! You may mark this issue as resolved!

    DeAnne

    #1021051
    George
    Participant

    Woo! Glad to help @DeAnne 😀

    Best of luck with your site,
    George

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Community Events – how to remove option for submitter to add event image?’ is closed to new replies.