How to remove the timestamp and author
-
I would like to make it so that when I post a new blog entry the time stamp and author does not appear, or else I would like it so it appears after the post. For the time being I made the custom time to show up as a dash but I don’t like how that looks. I have the custom CSS upgrade but am not very familiar with CSS.
The blog I need help with is: (visible only to logged in users)
-
If you have a CSS specific questions it is best to post it in the specific forum page where its more likely to be noticed by someone who can help. This thread should get moved there by staff or one of the moderators.
To hide the datestamp and the author you can use the following code. Add just the one line to your existing CSS, do not copy in the whole of the original stylesheet as that is not needed and causes problems.
.post .date, .post .meta {display:none;}
- The topic ‘How to remove the timestamp and author’ is closed to new replies.