@holleyhrocketmail-com: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add any of the following CSS as required:
For Blog List Page
1. For disabling posted date from all posts:
.blog #content .post .entry-meta {
display: none;
}
2. For disabling posted date from selected posts(Hides post date from post titled Lucid Dreaming):
.blog #content .post.post-2925 .entry-meta {
display: none;
}
For Blog Single Page
1. For disabling posted date from all single page posts (Entire site):
.single #content .post .posted-on {
display: none;
}
2. For disabling posted date from selected single page posts(Hides post date from post titled Lucid Dreaming):
.single #content .post.post-2925 .posted-on {
display: none;
}
Let me know if any trouble.
Regards,
Mahesh