Hi, the meta info for single posts is apparently hidden on our articles, how do we make sure the author & date show on our posts?
Thank you
Hi, the meta info for single posts is apparently hidden on our articles, how do we make sure the author & date show on our posts?
Thank you
Hi,
Thanks for writing in!
The meta info is not visible because you have this code in Theme Options > CSS
.single header.entry-header {
display: none;
}
You need to remove it to make it visible.
Thanks
I’m seeing the following CSS:
.x-full-width-active .entry-title:before, .x-content-sidebar-active .entry-title:before {
display: none;
}
That I put in place to hide the icon next to the titles on our posts page. When I removed that syntax the icons reappeared but the meta info was still hidden.
Hi @Web_Services,
That’s not the CSS we’re referring. It should be this
.single header.entry-header {
display: none;
}
Please remove it and it will work.
Thanks!
Ahh it was hiding in the “Additional CSS” not “Global CSS” section. Thanks!
Glad we could help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.