Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #289372
    gskarpelos
    Participant

    How would I alter the code so search results do not show the post’s date or author?

    #289404
    Skandha
    Participant

    @gskarpelos: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .search-results .entry-meta {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Changing what search results are displayed’ is closed to new replies.