Remove Header on Community Events Submission Page

Home Forums Calendar Products Community Events Remove Header on Community Events Submission Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1621425
    gpsen
    Participant

    Hi All,

    Is it possible to hide the calendar header that appears on other event pages for the submission page? Here’s my link – https://gpsen.org/events/community/add – and please see attached screenshot.

    Thank you!
    David

    #1621853
    Courtney
    Member

    Hey David

    Can you add the following code to your child theme, or in Appearance ยป Customize ยป Additional CSS?

    body.tribe_community_edit
    .et_pb_button_0_wrapper {
        display: none;
    }
    body.tribe_community_edit .tribe-events-before-html p {
        display:none;
    }
    

    Let me know if it works for you.

    Thanks
    Courtney ๐Ÿ™‚

    #1621958
    gpsen
    Participant

    Yes, thank you! And I was able to use this to remove the after-html too. Thanks!

    #1622214
    Courtney
    Member

    Great David. Glad that worked out for you.

    I’ll close out this thread for now but let us know if you have any other questions.

    Thanks
    Courtney ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Header on Community Events Submission Page’ is closed to new replies.