Show all categories by default

Home Forums Calendar Products Community Events Show all categories by default

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1043892
    smythkowalczyk
    Participant

    Is there a way to show all categories by default without having to select the “Show all categories” selection.

    Thanks in advance for your help.

    #1044886
    Geoff
    Member

    Hey there,

    Sure thing! Try adding this CSS to your site’sĀ style.css file or using a plugin like Simple Custom CSS:

    #tribe-community-events #event-categories ul li.hidden_category {
    display: block;
    }
    
    #show_hidden_categories {
    display: none;
    }

    That seemed to do the trick when I tested it out. Let me know if it’s the same for you. šŸ™‚

    Cheers!
    Geoff

    #1044893
    smythkowalczyk
    Participant

    Yes! It’s a thing of beauty. Thanks!

    #1044895
    Geoff
    Member

    My pleasure! Stoked that helps and thanks again for reaching out. šŸ™‚

    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Show all categories by default’ is closed to new replies.