How to hide author and date from post?

Hello again, I have another dumb question :slight_smile: I have several posts with galleries, categorized such as residential projects, office projects, shopping malls etc. These galleries will be constantly updated when new projects arrive. I don’t want to see author and date as in screen shot. Can it be removed? Or is it better to use page instead of posts for this purpose?

Hello there,

I hope you are doing well today.

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

/*Author info removal*/
ul.post-meta {
    display: none;
}

Best Regards,
Support

This is perfect, thank you!

Hello,
I have the Illdy theme, and tried the above code and it didn’t work, the author and date still appear on all of the posts. How can I remove those two?