Community Events – how to remove event cost and event url in submission ?

Home Forums Calendar Products Community Events Community Events – how to remove event cost and event url in submission ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1151661
    pmshinyi
    Participant

    Hey I would like to remove event cost and event url in submission form.
    I am trying to use the plugin simple custom CSS and adding the code below

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

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

    But I still see them on the front-end.
    Do I solve the problem in wrong direction or just my code is wrong?

    #1151671
    Geoff
    Member

    Hey there and hope you had a great weekend!

    Try adding this CSS instead and let me know if it does the trick. 🙂

    .tribe_community_edit #event_cost,
    .tribe_community_edit #event_website {
    display: none;
    }

    Cheers,
    Geoff

    #1151719
    pmshinyi
    Participant

    Thanks for your quick respond.
    It works!
    Wonderful!

    #1151792
    Geoff
    Member

    Awesome, so glad that did the trick!

    I’ll go ahead and close this thread but please do feel free to let us know if any other question come up — we’d be happy to help. 🙂

    Cheers!
    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Community Events – how to remove event cost and event url in submission ?’ is closed to new replies.