Remove post date and other info

Discussion in 'ReThink WordPress Theme' started by bazzer, Oct 12, 2013.

  1. bazzer

    bazzer Guest

    Joined:
    Aug 18, 2013
    Messages:
    2
    Likes Received:
    0
    How can I remove the post date, posted by, category and comments from the post. I don't want this to show.
    Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .product .post_meta {
    display: none;
    }
    This will solve your issue.
     

Share This Page