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
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