how to remove date from post and comments (CSS)

Home Forums Iconic One Pro Support how to remove date from post and comments (CSS)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5220
    seochia
    Participant

    Please can you tell me how to HIDE date from comments and single post and page by css?
    Thank

    #5223

    Please try the following Custom CSS

    
    span.meta-sep {
        display: none;
    }
    span.date.updated {
        display: none;
    }
    .comments-area article header time {
        display: none;
    }
    #5224
    seochia
    Participant

    thanks!

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