Front page post date and comment hide
-
how can I hide the post date and comment option on the front page posts? I hid the css selector, but it is still effecting my layout. Any suggestions would help. If you need access to view the site, let me know, but this should be a general question. Theme Yoko.
The blog I need help with is: (visible only to logged in users)
-
The following CSS seems to work for me when I tested it in Firebug on my test site:
#content .entry-details {
display: none;
}#content .entry-details,
#content .entry-header, #content .entry-content {
width: 100%;
}Before: http://i.imgur.com/dq8p3dJ.png
-
-
I checked http://theancientolive.wordpress.com/ and I don’t see the date listed for posts on the front page, so it appears you were able to get this figured out. If you’d like to post what CSS you used as the solution, I’d love if you added it as a reply so there’s a record of it here.
- The topic ‘Front page post date and comment hide’ is closed to new replies.