Removing dates from pages
-
I’m using Mistylook and would like to remove the date line from my pages, but not from my blog posts. Anyone know how to do that?
-
-
True, because I tried a css mod to remove them, however, the mod I used also removes the tags and comments from the bottom of posts, which I don’t want.
Here is that mod:
#content .post-info {
display:none;
}I will go and remove that mod now and ask the question again:
How can I remove dates from my pages, but leave my blog posts untouched?
-
That’s typically how it works as more than one element is normally controlled by the selector. On some themes, even the post title is controlled by the selector, so it will disappear with display:none; as well.
- The topic ‘Removing dates from pages’ is closed to new replies.