How do I remove Meta data from search results page

Discussion in 'BlackBird WordPress Theme' started by richie, Jan 30, 2014.

  1. richie

    richie New Member

    Joined:
    Dec 12, 2012
    Messages:
    2
    Likes Received:
    0
    Please can you advise how I remove the meta data including posted by, posted in, date and comments from the search results page.

    Many thanks.
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
     body.search .post_meta {
    display: none;
    }
    
    This will solve your issue.
     
  3. richie

    richie New Member

    Joined:
    Dec 12, 2012
    Messages:
    2
    Likes Received:
    0
    Perfect.

    Thank you.
     

Share This Page