Remove the date + author of the posts
- The topic ‘Remove the date + author of the posts’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
Could you please let me know what css can help to remove the post date of the items?
For example, on the above page, it has a date+author, how do I remove it?
Thanks!!
The blog I need help with is: (visible only to logged in users)
Hi,
Please try the following css snippet.
.single .entry-meta.entry-meta-header-after {
display: none;
}
Thanks
Thank you, it worked!