Removing Category and Comment Under Post Title

I’d like to remove the category and leave a comment under the post title. I’ve seen other suggestions in here for the CSS but nothing has worked. I’d also like to remove the author on the post page. I don’t want the public to see who the author is.

Hello there,

I hope you are doing well today.

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

/*Remove author and categories*/
.entry-meta {
    display: none;
}

As for the “leave a comment”, that is not in the demo, could you please add a link to your site so that I can see that aspect of it?

Best Regards,
Support

The code you gave me worked for all of it. Thanks! www.thehumptydumptyeffect.com