I disabled the author, comments count, and category from the single blog post but I also want to disable this information from the blog feed. Currently, in the feed, it still displays this info but is removed on the single blog post. I am using the single author (small preview pic) for the layout.
In the blog feed, I only want the date to be displayed.
Thanks.
Hi indy1003!
Thank you for using our theme.
Try to put the following in Enfold -> Styling -> Quick CSS or in custom.css:
.entry-content-wrapper .post-meta-infos {
display: none !important;
}
If it does not work, please send us a link to your page.
Best regards,
Günter
Is there anyway to keep just the date??