header changes

Home Forums Calendar Products Events Calendar PRO header changes

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1347139
    Alyson Evans
    Participant

    Hi
    in my calendar week view there is a bar along the top that says all day is it possible to remove this?
    also is it possible to remove the bar along the top (that has the search section and view as)

    i have attached an image to show you what i mean

    many thanks

    #1347697
    Patricia
    Member

    Hey Alyson,

    Thank you for reaching out to us!

    To disable the Event Search Bar please access your Dashboard and head over to Events > Settings > Display and check the box to “Disable the Event Search Bar”, don’t forget to save your changes.

    You can hide the “All day” text on the Week view calendar by adding the following code to your style.css file:

    .tribe-grid-allday.clearfix .column.first span {
        display: none !important;
    }

    I hope this helps! Let me know if you need anything else in the mean time and I’ll be happy to assist.

    Regards,

    Patricia

    #1347725
    Alyson Evans
    Participant

    hi i have looked under event settings> display and there is no “Disable the Event Search Bar”
    why can i not find it?

    #1347733
    Alyson Evans
    Participant

    Also i have added the code
    it has removed the text ‘all day’ but leaves a large white empty row
    does not seem to remove the row

    #1347844
    Mathew
    Participant

    Alyson,

    The reason you cannot find the option is that the author of the Enfold theme has intentionally hidden these and other options. There are articles on their support site that provide instructions, but they impact other areas that Kriesi has customized with regards to The Events Calendar. If you are wanting to restore these settings and remove the search bar, you would need to contact Kriesi’s support.

    Hope this helps.

    #1347957
    Patricia
    Member

    Hi Alyson,

    To hide the entire row you can use the following CSS:

    .tribe-grid-allday.clearfix {
        display: none !important;
    }

    Since you can’t disable the Event Search Bar via dashboard you can hide it via CSS as well by adding the following code in your style.css file:

    #tribe-events-bar {
        display: none !important;
    }

    I hope this helps. Let me know if you need anything else and have a great day!

    Regards,

    Patricia

    #1348216
    Alyson Evans
    Participant

    Thanks Patricia
    that works perfectly

    #1348367
    Patricia
    Member

    Hi Alyson,

    You are welcome!

    Let us know if you need anything else and have a great day 🙂

    Cheers,

    Patricia

    #1359065
    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 9 posts - 1 through 9 (of 9 total)
  • The topic ‘header changes’ is closed to new replies.