Author, date, etc on search results

Discussion in 'Compass WordPress Theme' started by saramitchell, Aug 18, 2014.

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

    saramitchell New Member

    Joined:
    Aug 7, 2014
    Messages:
    17
    Likes Received:
    0
    Hello!

    I was wondering if there is a way to take off the list of the Author, date posted, number of comments when you search for something on the site? I've figured out how to get those off the main page, but haven't been able to get it off the search results page. Picture attached.

    Thanks!

    Sara
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Go to Appearance > Theme Options > Styling Options > Custom CSS
    And paste following code in Custom CSS and press Save All Changes button.
    Code:
    .search-results ul.post_meta {
    display: none;
    }
    
    This will solve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. saramitchell

    saramitchell New Member

    Joined:
    Aug 7, 2014
    Messages:
    17
    Likes Received:
    0
    Excellent! Thank you!​
     
Thread Status:
Not open for further replies.

Share This Page