Removing category from main calendar

Home Forums Welcome! Pre-Sales Questions Removing category from main calendar

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1083534
    Benjamin
    Guest

    I’d like to see if there is a way to remove a certain category or show only select categories on the main calendar? Thank you

    #1083537
    George
    Participant

    Hi Benjamin,

    You can do this with custom CSS. To write CSS on your site, check out a [free!] tool like Firebug if you use FireFox, or the Developer Tools for either Safari or Chrome. They have “Inspector” tools that let you figure out what CSS to write to achieve something like this.

    For example, if you want events that are in the Event Category of “barbecue” to be hidden on the calendar, add CSS like the following to the bottom of your theme’s style.css file:


    .type-tribe_events.tribe-events-category-barbecue {
    display: none !important;
    }

    Thank you!

    I noticed you don’t have a premium license here, which is fine! However, please note that this is our “pre-sales forum.” So, if you do have a premium license tied to another email address, log into that account on this site and post any further technical support questions in a premium forum. If you indeed do not have a license, please post any further technical support questions in our free support forums here → http://wordpress.org/plugins/the-events-calendar

    Thanks,
    George

    #1089170
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Removing category from main calendar’ is closed to new replies.