Ryan asks…
“I’m using the Motif theme and want to hide the date on my blog posts. Any way to do this? I’ve tried various CSS codes (I paid to be able to edit CSS), but to no avail. Any help would be most appreciated. Thank you.”
This should do the trick :-)
.date { visibility: hidden; }
All the best,
James