I’ve been searching for a solution, but nothing seems to work. I have the settings marked to ONLY show the post date, but the Category and Comments Count are still displaying. Will post page in question in private content.
Thanks for any insight.
Hey Sarah,
use this code inside Quick CSS field:
span.blog-categories.minor-meta {
display: none;
}
.slide-meta-comments {
display: none !important;
}
Best regards,
Andy
Thanks Andy, however, that did not work. Any other ideas?
Thanks.
Hi!
Want to share us exactly which one you want to hide, because Andys’ code does work.
A screenshot would be really helpful.
Thanks a lot
Regards,
Basilis
Hi,
Thanks for the screenshot. Please try this instead:
.blog-categories, .slide-meta-comments {
display:none !important;
}
Best regards,
Rikard
Thanks Rikard.. that didn’t work either. No change.
Any other ideas?
Hi!
There might be some errors in your custom CSS. Please post your custom CSS here using – pastebin.com
Regards,
Yigit
Here you go. (Hope I did that right).
I’ve only added to Quick CSS.. no alterations to the native CSS file.
Sarah
Hey Sarah!
It seems like you forgot to close the last media query in your custom CSS. Please replace content of your Quick CSS field with this one – http://pastebin.com/4V8NAh3d and it should work :)
Regards,
Yigit
Brilliant!! Thanks so much! It did indeed fix the problem.
Sarah
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit