Delete the date and Category from Header

Hi,

I try to delete the date and category from the header-module but I didn’t works.
Can someone tell me, how can I get that out?
The thing is, we are a small filmfestival and a lot of people things the events are taking place in October

Here it is… The Page I need help

Hi there,
Thanks for reaching out.
In relation to your question here, could you try out the following CSS code under the Appearance>Customize>Additional CSS section:

span.newspaper-x-category {
display: none !important;
}
span.newspaper-x-date {
display: none !important;
}

I hope this helps.
Best Regards,
Support.

Oh, my god! Thank you so much. It worked!!!

I will close this case now, Feel free to contact us again if you have other questions Thanks!