CSS Code For Post Date Removal – Newsworthy
-
Hello,
I am using the Newsworthy theme for my blog (waikikihappyhour.com). I purchased the Customization upgrade because I want to remove the posted date. I have tried some CSS modifications for other themes I found in the forums, but they’re not working.
Does anyone know the CSS that will remove the posted date from this theme?
Thanks!
The blog I need help with is waikikihappyhour.com.
Hey there –
Have you tried that one:
.date-meta {
display: none;
}
Let me know if that does the trick!
That works! Thank you so much, @darnelldibbles.
The topic ‘CSS Code For Post Date Removal – Newsworthy’ is closed to new replies.