additionnal fields not the same in list than in single view

Home Forums Calendar Products Events Calendar PRO additionnal fields not the same in list than in single view

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1620395
    carosch
    Participant

    Hello,

    I have 6 additional fields for my events.
    I check them to display into the Filter bar.
    And that woks just fine.

    But I only need 5 of them into the meta block in the single view.

    How can I hidden one of them ?

    It is the last child that I want to hide.
    So I try to hide it with css.

    I tried that

    .tribe-events-meta-group-other dl>dt:last-child {
        display: none !important;
    }

    the value disappeared but not the title.

    I don’t understand why.

    could you help me ?

    Caroline

    #1620404
    carosch
    Participant

    Sorry,

    it’s not last-child, but last-of-type

    .tribe-events-meta-group-other dl>dt:last-of-type, .tribe-events-meta-group-other dl>dd:last-of-type {
        display: none !important;
    }

    Caroline

    #1620639
    Courtney
    Member

    Hey Caroline

    Thanks for that update. That is a bit of a tricky thing to edit. So glad you found it.

    I’ll close out this thread for now but let us know if you have any other questions.

    Thanks
    Courtney 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘additionnal fields not the same in list than in single view’ is closed to new replies.