A while back ago you provided CSS to remove the author name, comment count, and date from the Blog Title header on each individual blog post. This is what you provided:
I have tested it on all browsers (Chrome, IE, FF) and it has the same issue now. So I'm not sure if my update to WordPress 4.4 caused this or what. Ideas?
A while back ago you provided CSS to remove the author name, comment count, and date from the Blog Title header on each individual blog post. This is what you provided:
.meta-author, .meta-comment-count, .meta-date {
display: none!important;
}
And it worked for a while. I don't know exactly when it stopped, but now the date has appeared again on ALL of my blog posts in the page header. http://inceptionwebdesigns.com/9-tips-on-how-to-choose-a-domain-name/
I have tested it on all browsers (Chrome, IE, FF) and it has the same issue now. So I'm not sure if my update to WordPress 4.4 caused this or what. Ideas?
Hey ,
Best.
ThemeNectar Support Team
Thanks! That fixed it!