Home Forums Total Remove "STYLED DATE" from post view

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2190
    jimmylam
    Participant

    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

    #2251
    Monetleebeauty
    Participant

    I 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!

    #2257
    karat
    Participant

    Hi-
    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;
    }

    #2290
    Monetleebeauty
    Participant

    Thank you so much, that worked!
    Is there a way to also hide the amount of comments from the top of the post?

    #2298
    karat
    Participant

    You can hide the date and the number of comment by using:

    .entry-meta.ht-post-info {
    display: none;
    }

    #2344
    Hash
    Keymaster

    Add this CSS to remove the date from the blog detail page

    .single .ht-post-info{display:none}

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.