Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1486708

    Hi
    Can you tell me how to remove the line “er zijn geen aankomende evenementen”( dutch ) in the list view of the events calendar?
    I have a screenshot

    https://www.testomgeving.org/DAP/spoeddiensten/list/

    Kind regards
    Karin Leloux

    #1486719

    Hey lelouxwebdesign,

    Thank you for the inquiry.

    The container with the text “Er zijn geen aankomende evenementen” is generated by the Tribe Events Calendar plugin, not by the theme. You may need to contact the plugin developers to ask whether the notice or message container can be disabled.

    You can try this css code, but it might disable the notice container completely, which may not be necessary.

    .tribe-events-header__messages.tribe-events-c-messages {
        display: none !important;
    }
    

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.