Hide Post Author And Date On Pages
- The topic ‘Hide Post Author And Date On Pages’ is closed to new replies.
Need help? Check out our Support site, then
Please can post author and date be hidden on the site pages, then only to appear when post is viewed?
The blog I need help with is: (visible only to logged in users)
Hi,
Please try the following CSS Snippet.
body:not(.single) .entry-meta-header-bottom {
display: none;
}
Thanks
Perfect… Thank you so much.
Thanks for the feedback.