I have a child theme made already.
I want to keep this part (This entry was posted in Health) and remove "by" and "Bookmark the permalink" on single posts
I have already tried this but it removes everything.
/*add this to style.css remove post information*/
.entry-meta
{
display:none;
}
Thanks for help