Hey there vlweb3d,
Hope you’re well today 🙂
You should be able to remove this with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://wordpress.org/plugins/simple-custom-css
.single-post time.entry-date {
display: none;
}
This should remove date only from single post pages.
Hope this helps 🙂
Cheers,
Bojan
Sorry Bojan.
I tried both methods.
Nothing worked – the date is still there.
Here’s an update:
I did some more searching and I found a class simply called:
.entry-date {
I added the property:
display: none !important;
This method worked.
I did this directly in the theme’s stylesheet.
Thanks for giving me the initial idea.
It was most likely just an issue with specificity, glad to hear you managed to figure that one out 🙂
Cheers,
Bojan