Remove Date from Posts
-
What is the CSS code for removing the date from the flounder theme?
The blog I need help with is: (visible only to logged in users)
-
-
- The topic ‘Remove Date from Posts’ is closed to new replies.
What is the CSS code for removing the date from the flounder theme?
The blog I need help with is: (visible only to logged in users)
Hi icodeinschool,
Here you go!
time.entry-date.meta {
display: none;
}