- This topic has 5 replies, 4 voices, and was last updated 7 years, 8 months ago by Hash.
- AuthorPosts
- March 2, 2017 at 1:29 pm #2190jimmylamParticipant
Dear
After updates, we have found that all post shows the date of the post in the left upper corner of every post. However, it doesn’t show it in page.
Can anyone very kind to give me a solution to remove the “date” from all post? Thanks.
Cheers,
Jimmy
March 8, 2017 at 2:52 pm #2251MonetleebeautyParticipantI also would like to find out how to remove the dates from blog posts. Commenting to be notified when someones knows the answer!
Thanks for asking Jimmy!
March 9, 2017 at 4:51 am #2257karatParticipantHi-
You can hide the date by pasting the code below in the additional CSS section.span.entry-date.published.updated {display:none;
}If you want to hide the date on the home page add:
.ht-blog-date {
display:none;
}March 10, 2017 at 12:42 pm #2290MonetleebeautyParticipantThank you so much, that worked!
Is there a way to also hide the amount of comments from the top of the post?March 11, 2017 at 1:04 am #2298karatParticipantYou can hide the date and the number of comment by using:
.entry-meta.ht-post-info {
display: none;
}March 13, 2017 at 9:51 pm #2344HashKeymasterAdd this CSS to remove the date from the blog detail page
.single .ht-post-info{display:none}
- AuthorPosts
- You must be logged in to reply to this topic.