Hello
I recently upgraded to WP 3.0 and am using the Arras Theme. Before the upgrade "posted on" and "comments" were not visible on the archive page. Now they are and I would like to remove them.
I would be grateful for suggestions.
Thank you.
Hello
I recently upgraded to WP 3.0 and am using the Arras Theme. Before the upgrade "posted on" and "comments" were not visible on the archive page. Now they are and I would like to remove them.
I would be grateful for suggestions.
Thank you.
To hide that from view, add this line to the bottom of user.css:
.posts-quick .entry-info {color: white; line-height: .5em;}
ahhhhh. cool. many thanks
You are welcome! Now, please use the dropdown on the right to mark this topic 'Resolved'.
This did not work for me... Not sure why...
/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */
/* globals */
body { background-color: #DC1818; color: #333; font: 13px 'Lucida Grande',Arial,Helvetica,sans-serif;}
/* globals */
(line 160): .entry-content { margin: 10px 0; font-size: 14px; line-height: 1.5em; overflow: hidden; }.posts-quick .entry-info {color: white; line-height: .5em;}
This topic has been closed to new replies.