• Resolved jongag1

    (@jongag1)


    Hi,

    I would like to remove the meta data within the search result page (author, leave a comment).
    There is an option to remove it for posts and post pages, but can’t find it for the search result page.
    Or am I overlooking something?

    Gr, Age

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @jongag1 ,

    You can add the following CSS under Appearance > Customize > Additional CSS to remove the post author and link to comment:

    .search-results .post-author, .search-results .post-comments {
        display: none;
    }

    I hope this helps!

    Thread Starter jongag1

    (@jongag1)

    It sure helps, thanks!

    Gr, Age

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove meta from search result page’ is closed to new replies.