Viewing 2 replies - 1 through 2 (of 2 total)
  • works already for posts.

    there is no CSS class .pages in the div;

    use:

    .post .meta, .page .meta {
        display: none;
    }

    if you want ot make it specific only for the search results,
    use:

    .search-results .post .meta, .search-results .page .meta {
        display: none;
    }
    Thread Starter hmahraj

    (@hmahraj)

    Thank you very much. This worked for the site. I appreciate your help!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to hide meta data’ is closed to new replies.