How to remove "category-name" from event page

Home Forums Calendar Products Events Calendar PRO How to remove "category-name" from event page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #118687
    aj
    Participant

    Howdy folks,

    <p>I need to remove the “category-name” div from my single event pages. It looks like it’s getting pulled from the WP core rather than the single-event.php code. I don’t want to kill this all through my site; just on the single event pages. Can you please give me a hand?

    <p>Thanks a bunch!

    <p>-aj

    #118981
    Casey
    Participant

    beestbuilt,
    Thanks for getting in touch! It appears that this DIV is coming from your theme. If you’d like to hide it on single event pages, you can do this by adding the following CSS to your theme’s stylesheet:

    .single-tribe_venue #category-name, .single-tribe_events #category-name, .single-tribe_organizer #category-name {
    display:none !important;
    }

    Give that a shot and let me know if it does the trick. Thanks! 🙂

    -Casey-

    #119016
    aj
    Participant

    Thanks a bunch, Casey! That took care of my issue. Have a great weekend!

    -aj

    #119874
    Casey
    Participant

    Thanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.

    By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5

    Thanks in advance. 🙂

    Cheers,
    Casey

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove "category-name" from event page’ is closed to new replies.