How to hide the post date and the author?

I would like to remove the post date and the author from the post. I added this code into my Custom CSS:

.entry-meta {
display: none !important;
}

but that didn’t work.

So I tried this :

.date, .author {
display: none;
}

but with no success :frowning: please help!
Thanks a lot!

Laylah

Hi All, I have resolved the problem. I put this time the code into “Sparkling Options” >> “Other” >>“Additional CSS”

.entry-meta {
display: none !important;
}

Cheers,
laylah

Hi Laylah,

Awesome great to see you got that resolved.

Please advise if you have more questions.

Have a fantastic day!

Cheers,
Movin