Hello @needsomewphelp,
Add the below CSS code in additional CSS from customizer.
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the below and save.
span.entry-author {
display: none;
}
Thanks.
Oh, thank you! What code can I add to remove the Publish Date and number of Comments?
Mike
Hello @needsomewphelp,
Add the below code in additional CSS, it will remove publish date and comments option from the post.
.metabox {
display: none;
}
Thanks.
That worked great. Is there a way to modify or remove the date from the blog post summary (the red box next to each post)? I’m trying not to highlight the publish date.
Hello @needsomewphelp,
Add the below code in additional CSS, it will remove publish date and comments option from the post.
.metabox {
display: none;
}
Thanks