So am I!
For the record, I only needed that modification in the 2016-vcready style.css file.
Success!
After some more digging, I found this:
.post-meta {
font-size: 0.9rem;
margin-bottom: 7px;
}
And then added this to it:
/*
* Added to remove the "Published by" line.
*/
.post-meta span.author {
display: none;
}
.post-meta span.date {
display: none;
}
/*
* End of modification.
*/
@torres126, thank you.
Thanks for the response.
I have tried inserting that in to the style.css in each of:
. wp-content\themes\2016-vcready
. wp-content\themes\twentysixteen
/*
* Added to remove the "Published by" line
*/
.post-meta span.author {
display: none;
}
No change.
I’m not new to WordPress, but I am new to css. Am I at least in the right place?