Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #15946
    Christine
    Member

    Can someone help me remove just the author and category from posts? I’ve seen the meta data CSS here, and don’t want to remove it entirely.

    Using Catch Box Pro.

    Thanks!

    #15949
    bodenst3
    Member

    The below will remove the author:

    Go to:

    1. Appearance
    2. Theme Options
    3. CSS
    4. Enter the below code into the CSS text area:

    /* Title as Italic */
    .entry-header .entry-title { font-style: italic; }
    /* Hide Author */
    .entry-meta .by-author { display: none; }

    #15952
    Christine
    Member

    Excellent! Can you help with the CSS on the footer of the post? I’d like to remove the entire post footer (i.e. category, author, and bookmark [if possible])

    Thanks!

    #15957
    Sakin
    Keymaster

    @Christine: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    footer.entry-meta { display: none; }

    #16001
    Christine
    Member

    Thanks! It looks like that code makes the posts truncate in a way that cuts off any images.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove Author and Category from Post (leave date and reply)’ is closed to new replies.