Remove

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1150846
    playmakerne
    Participant

    Hi,
    Is it possible to remove the marked sentence “Begivenheder Liste Navigation” (means “Events List Navigation”) (see screenshot)? It looks quite messy, and as we only allow our users to see the events in list view, there is no need for them to see, that it’s a list view.

    Thank you for your help.

    Kind regards
    Christine

    #1150951
    Geoff
    Member

    Hi Christine and happy Friday!

    Sure thing, we can make that happen with some CSS. Try adding this to your theme’s style.css file or by using the Simple Custom CSS plugin:

    #tribe-events-header .screen-reader-text {
    display: none;
    }

    Will that do the trick? Please let me know.

    Cheers!
    Geoff

    #1151562
    playmakerne
    Participant

    It worked perfectly.

    Thank you very much!

    Kind Regards
    Christine

    #1151629
    Geoff
    Member

    My pleasure! Thanks so much for following up to let me know.

    I’ll go ahead and close this thread but please feel free to let us know if any other questions pop up and we’d be happy to help. 🙂

    Cheers!
    Geoff

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