Customizing Submit Event page

Home Forums Calendar Products Community Events Customizing Submit Event page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #104039
    robpoole
    Participant

    I found this thread https://tri.be/support/forums/topic/customizing-submission-form-fields/#post-45284 and I wanted to know where do I enter the custom CSS to disable the Category choice from appearing on the Submit Event page. I am not a developer so I am not clear on where I need to enter this code. I put it in the style.css file but it didn’t do anything. Please advise.

    #104120
    Casey
    Participant

    robpoole,
    Thanks for reaching out! I think I can help you here. In order to add custom CSS to your Event Submission form, the best method would be to paste the following code into your theme’s functions.php file: https://gist.github.com/ckpicker/6809345

    You can then add the following custom CSS to hide the Categories section on the submission form:


    #event_taxonomy {display:none !important;}

    Give that a shot and let me know if it does the trick. Thanks! 🙂

    -Casey-

    #104148
    robpoole
    Participant

    Thanks! That worked!

    #104151
    Casey
    Participant

    Thanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.

    By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5

    Thanks in advance. 🙂

    Cheers,
    Casey

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Customizing Submit Event page’ is closed to new replies.