How to remove meta from front page?

Discussion in 'Real Photography WordPress Theme' started by chriserve, Mar 22, 2013.

  1. chriserve

    chriserve New Member

    Joined:
    Dec 22, 2012
    Messages:
    20
    Likes Received:
    0
    Love the theme. I would like to remove the title and the meta under it from the front page. I would also like to remove the bar containing the meta from the category page "the artists". I'm not exactly sure how to go about doing this. Can you help me out? The site is riocostillaart.com
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .post_meta {
    display: none;
    }
    .content-bar .post .post_meta {
    display: none;
    }
     

Share This Page