Remove date from posts in Sundance Theme
-
Hi there,
I have changed theme from Sight to Sundance, and the CSS I had added to remove all dates from posts no longer works.
The CSS I am using is:
.post-date {
display: none;
}Can anyone give the correct CSS to remove dates from posts in Sundance?
The blog I need help with is: (visible only to logged in users)
-
Hi Miranda,
The link provided does not appear to have the Sundance theme active. Here is the CSS to remove the post date for the Sundance theme:
.entry-meta { display: none;}Cheers!
-
- The topic ‘Remove date from posts in Sundance Theme’ is closed to new replies.