Categorie list

Home Forums Calendar Products Events Calendar PRO Categorie list

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1213987
    gregoiregarneau
    Participant

    Good morning,

    After updating my plugin, I find myself with new things that I do not want to see on the list of event categories to come. I do not understand why this has appeared like this.

    Is it possible to help me, I would like to remove all that is in the attached image of this page: http://neurogymtonik.com/events/categorie/combo-brain-gym-ecole-et-petite-enfance/

    I would also like to remove “” Évènement précédent ” But I no longer see where this function can be removed.

    Thank you very much for helping me

    Grégoire

    #1214020
    George
    Participant

    Hello,

    You should be able to hide that bar and the “Évènement précédent” part by adding this bit of CSS to your site:


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

    .tribe-events-sub-nav {
    display: none !important;
    }

    I hope this helps!
    George

    #1214557
    gregoiregarneau
    Participant

    Thank you !
    It’s work fine !

    #1215107
    George
    Participant

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Categorie list’ is closed to new replies.