Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #592936

    Hello, there!

    I’ve tried many different solutions to remove the comments from the search results. I’ve search all of them here in the Forum.

    The following worked to remove the date:

    .search .date-container, .search .date-container + .text-sep {
    display: none !important ;
    }

    But it din’t removed the comments.

    Then I tried adding this:

    .search .tab.widget_tab_comments {
    display: none !important ;
    }

    But it is not working as you can see at the link I’m sending in private.

    Could you please help me?

    Thank you!

    #592938

    Hey Stéfano!

    Please use the following
    .html_elegant-blog #top .template-search .post-entry .post-meta-infos

    and it will help you hide that area, to the search results! :-)

    Cheers!
    Basilis

    #592951

    Thank you. I’m sorry, but I’m afraid it didn’t work.

    #592958

    Hey!

    Please use following code instead

    .search .post-meta-infos {
        display: none!important;
    }

    Regards,
    Yigit

    #592981

    Worked just fine! Thank you very much!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove comments from search results’ is closed to new replies.