Cannot Remove Author & Date from Blog Posts

Hello,

I have the Illdy theme, and the author and date still appear on all of the posts. How can I remove those two?

I have removed both from the post-pages, but the author name and date still appear on all posts on theme.

I searched other forum posts and tried the css codes, but none of them work.

Please help.
Thanks

Hey there

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*remove author and date*/
span.post-meta-author, i.fa.fa-calendar, span.post-meta-time time  {
    display: none;
}

Best Regards,
Support

Thanks for responding.

I was given a code yesterday by someone else and was able to remove the author/date.

Thank you

Hello there,

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

Best Regards,
Support