Removing the 'posted by' 'date' and 'comments' from posts

Discussion in 'Cloriato WordPress Theme' started by paul23, Oct 31, 2012.

Thread Status:
Not open for further replies.
  1. paul23

    paul23 New Member

    Joined:
    Jul 10, 2012
    Messages:
    2
    Likes Received:
    0
    I want to remove the 'posted by', 'date' and 'comments' from the top of all of my posts using the Cloriato theme.

    I looked on the Wordpress.org forum for some general advice but a few things I have tried editing the Style CSS have not worked.

    Any suggestions are welcome.

    The site is www.bwmasia.com

    Regards,

    Paul.
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Put the following code in custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    .content_wrapper .content .post .post_meta {
    display: none;
    }
    This will solve your problem.

    Thanks.
     
  3. paul23

    paul23 New Member

    Joined:
    Jul 10, 2012
    Messages:
    2
    Likes Received:
    0
    Thanks for the quick response Harmeet, your advice worked great.
     
Thread Status:
Not open for further replies.

Share This Page