Remove author and comments from blog post

Hi, Can you please tell me how to remove author and comments bubble from blog posts. I can’t find it in the usual settings. (first time using this theme!)
URL is Blog – JB Consulting but it’s under construction so not sure if you’ll be able to see it.
Thanks for your help.

Hello there,

I hope you are doing well today.

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


.post-footer {
    display: none;
}

Best Regards,
Support