Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #19190
    Richard
    Member

    Hi there

    Me again.

    Is there a way to remove the text “posted on” “by” and “in” that shows in the posts?

    Thanks

    #19194
    Sakin
    Keymaster

    @Richard: Please post in Site URL to get accurate support. Now, I just assumed that you are using Catch Evolution Pro Theme with default settings. Now, to hide the text posted on by and in that shows in the post, you can simply add in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta { display: none; }

    #19237
    Richard
    Member

    Thanks again, that worked.

    #24256
    meklein163
    Member

    When I use that CSS it also removes “Leave a reply” so there is no way for people to comment. How can I remove: “Posted by”, “posted on”, and “uncategorized” but still allow people to leave a reply?

    #24323
    Sakin
    Keymaster

    @meklein163: Try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box and if this doesn’t work then post your site URL and will check in.
    .entry-meta { display: none; }

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove "posted on"’ is closed to new replies.