remove dates in manifest?
-
does anyone know/is it possible to remove the dates on the front of my page?
The blog I need help with is: (visible only to logged in users)
-
Sure. In the Manifest theme, you can remove the dates above posts with this CSS:
.post-date .published a { display: none; } -
And if you want to tighten up the space between posts after that, try this:
.hentry { margin-bottom: 0px; padding-bottom: 0px; }
- The topic ‘remove dates in manifest?’ is closed to new replies.