• Resolved jfoxev

    (@jfoxev)


    Hi Ben, how do I customize the search results page (for example, a title or some such that displays how many search results were returned)… and, more important, if there are no results, it currently just shows a blank page?

    Here’s an example of results found but no header and no visual cue you are on search results and number of results found

    https://evcaranswers.com/?s=battery

    Here’s an example of no results found blank page:

    https://evcaranswers.com/?s=pegasus

    Thanks-Jason

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi Jason,

    Those elements are normally visible, but they’re hidden by this CSS:

    .archive-header {
    display: none;
    }

    That also hides the category name from the top of those archive pages, so in order to keep those hidden, you can add the following CSS to your site and it will allow the search page info to show up again:

    .archive-header.search-box {
    display: block;
    }
    Thread Starter jfoxev

    (@jfoxev)

    Great – thanks Ben!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome!

    Stay in touch if you need anything else, and I’ll be happy to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.