How to remove date picker from events main page

Home Forums Calendar Products Community Events How to remove date picker from events main page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1012996
    Tommy
    Participant

    What the title says

    Here is the image
    http:://singlesevents.melbourne/images/date_picker_example.png

    #1013249
    Geoff
    Member

    Hi Tommy,

    Give this a try in your theme’s style.css file:

    .tribe-bar-disabled .tribe-bar-filters .tribe-bar-date-filter {
    display: none;
    }

    Does that do the trick? Please let me know. 🙂

    Cheers!
    Geoff

    #1013349
    Tommy
    Participant

    Yes that worked! But it left behind a padding.

    So i added this but it didn’t work:

    .tribe-bar-disabled .tribe-bar-filters .tribe-bar-date-filter {
    	display: none;
    	padding: 0px 0px;
    }

    http:://singlesevents.melbourne/images/date_picker_padding.png

    • This reply was modified 10 years, 6 months ago by Tommy.
    • This reply was modified 10 years, 6 months ago by Tommy.
    #1013470
    Geoff
    Member

    Hello Tommy–thanks for following up!

    This should clear that out:

    .tribe-bar-disabled {
    display: none;
    }

    Cheers!
    Geoff

    #1017682
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to remove date picker from events main page’ is closed to new replies.