Home Forums WordPress Themes – Premium Preference Removal of the Post Info

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #13756
    ttm
    Participant

    “I would like to remove the title, Posted by, date, category, and comments. All the information that is listed above a post.” You replied to this here for Preference Lite: http://wordpress.org/support/topic/removal-of-the-post-info and I followed it and it worked. But how to do that change in child theme of Preference Pro? Many thanks.

    #17773
    Sushil Adhikari
    Moderator

    I see you did a post in that thread about the Tagged, Modified date, etc. Is this the one you are wanting to do or the row of info that is under the post title? But to do any change like that thread suggested, but in a child theme, you would simply add that css to the child theme’s style.css file.

    #17774
    ttm
    Participant

    Yes I did that too. But following the suggestion there I removed the portion below the post. Now I need to remove the Post info above the post.

    #17776
    Sushil Adhikari
    Moderator

    This will do it:

    dl.article-info {
    display: none;
    }

    #13757
    ttm
    Participant

    Great! You are a magician. It worked. many thanks! 🙂

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