Removing the links to other events in the header section of each event

Home Forums Calendar Products Events Calendar PRO Removing the links to other events in the header section of each event

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1060747
    Neal
    Participant

    Hi there – is it possible to hide the links to other events in the header section of each event

    http://prntscr.com/9tjym8

    by using this css:

    .single-tribe_events #tribe-events-footer li, .single-tribe_events #tribe-events-header li {
    display: none;
    }

    Or is there a better way? Different code?

    Thanks – Neal

    #1060821
    Geoff B.
    Member

    Good evening Neal and welcome back,

    Thank you for your question.

    Yes, that CSS code will totally work. You could also just use a display:none on the nav class (e.g.: .tribe-events-sub-nav)

    As an alternative, you can also accomplish this by doing a template customization. See my colleague’s Barry great post on that topic.

    Is there anything  else I can answer for you on that topic today ?

    Have a great weekend,

    Geoff B.

    #1061135
    Neal
    Participant

    Thanks – that works well just the display none on the sub nav class.

    All good – cheers …

    Neal

    #1062108
    Geoff B.
    Member

    Good evening Neal,

    I’m happy this worked for you. Kudos!

    Please know that you are welcome back in our forums anytime you have questions.

    Have a wonderful evening!

    Geoff B.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Removing the links to other events in the header section of each event’ is closed to new replies.