search results are shown in blog page format

Home Forums Jevelin Theme search results are shown in blog page format

Home Forums Jevelin Theme search results are shown in blog page format

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • davey1975
    Participant

    Hi,

     

    is there a way for the search function (in the header) to return the results in a list instead of it looking like blog posts?

    We do not like the author’s name displayed, etc.

     

    Thank you in advance.

     

    rosybags
    Participant

    I’m also having this problem..

     

    Hi @davey1975,

     

    I hope you are well today and thank you for your question.

     

    I am not sure exactly how you want to display the search results so could you please share me the screenshot of it?

     

    You can hide author name from it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .search-results .post-meta .post-meta-author {
        display: none;
    }
    
    .search-results .post-meta a.post-meta-date {
        padding-left: 0;
    }

     

    Best regards,
    Shufflehound team

Viewing 3 posts - 1 through 3 (of 3 total)