Remove author and date from Dazzling posts

Hi,
I would like to remove the author and date from posts in the Dazzling child theme.
What CSS code do I need and where do I place it so it will not be lost after a theme update?
When I create a normal blog post, this meta-data is not visible, but when I create a LearnDash course, lesson or topic, the author and date show up. (See attachment).
In the learnDash forum I found this CSS code:
.p-meta{
display: none;
}
but that doesn’t work.
Thanks for your help!

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the entry data by going to Appearance > Customize > Additional CSS and pasting it there.


.entry-meta {
    display: none;
}

Best Regards,
Support

Thanks again for your quick response!
It works perfectly :slight_smile:
Best regards.

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support