Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #309957

    Any way to remove page excerpts and date from search results?
    Also if I wanted them in the future where do you insert / edit them?
    Cheers.

    #309965

    Hi mazerti!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .search span.post-meta-infos, .search .entry-content {
    display: none;
    }

    You can simply remove the code when you would like to display them again

    Cheers!
    Yigit

    #310033

    Thanks Yigit
    Didn’t seem to work but I inspected the element in firefox and this worked:
    .ajax_search_excerpt {
    display: none;
    }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove page excerpt and date from search results.’ is closed to new replies.