Hey Chris,
We don’t have enough elements in the code to quite pull this off. With CSS alone, I can produce “Published by on February 27, 2017″ which obviously isn’t ideal.
Can you remind me, do you currently have a “child theme” active on the site? We’ll just need to modify one of the template files with a child theme instead.
Hi Ben,
Apologies for the delayed reply, apparently I didn’t get an email notification that you’d replied.
I’ve decided I’ll be OK with keeping the text as it is, but I’d settle for changing the font colour to make it less obvious. Could I do that instead?
Absolutely, you can use this CSS to make the byline a light gray color:
.post-meta,
.post-meta a,
.post-meta a:link,
.post-meta a:visited {
color: #ccc;
}
Thanks Ben, I like it.
The site is becoming quite a mature product now; I like what we’re doing with the place!
Haha glad you like the latest addition 😉
Hi Ben, I think this may be the same thing I am trying to do.
I am not familiar with coding and tried to drop the code she mentioned into the text code part of the editing page, but that didn’t work and showed up as part of the blog text.
I would like to show my name as the publisher and the date, if that is possible, without having the hover show the email address. Do I understand that this is an all or nothing sort of thing?
If that is the case, how to I turn off the metadata for all the blog posts?
Thanks!