I would like to remove the author meta tag, but not the comments or the date or the share.
I would like it removed on both the main blog page and each blog post.
I tried this Css, but it took everything off:
.blog-single .meta-article {
display: none;
}
Also I want to reformat the blog date so it says Nov 30th, 2020 instead of 30th, Nov.
Is there a way to do that?
thanks
Karen