Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #60980
    heidiho5050
    Member

    is there a way to remove the date and time from the posts?

    #61017
    Sakin
    Keymaster

    @heidiho5050: You can hide it by adding the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .entry-meta .posted-on {
        display: none;
    }
    #61047
    heidiho5050
    Member

    Yessss!!!! Thank you. Worked like a charm:)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘removing post date and time’ is closed to new replies.