Tagged: blog posts, hide date
hi there.
i have unticked author & date in the blog meta elements…
yet still the dates appear in grid layout.
and author and date appears when i click on post category.
obviously these settings aren’t working.
can you please advise?
thanks!
Hi habarnett!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.blog-author, .date-container, .text-sep-date, .text-sep-cat,.slide-meta {
display: none !important;
}
Cheers!
Yigit
Thanks very much, Yigit.
It was really just the author & the date that I wanted to remove… The post category could remain. The above code removed this too however, even when I edited the code to the following:
.blog-author, .date-container, .text-sep-date, slide-meta {
display: none !important;
}
Not hugely important but would be good to know if there is a simple fix.
Cheers again!
Hi!
couldn’t find your blog showing author and date, but try this:
span.date-container.minor-meta.updated {
display: none;
}
span.blog-author.minor-meta {
display: none;
}
Best regards,
Andy