This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

3
  1. Andrew Misplon Staff 10 years, 5 months ago

    Hi Bob

    You’re hiding the entry header using Custom CSS:

    .entry-header {
        display: none;
    }

    Try inserting the following at Appearance > Custom CSS to show entry headers on the search results page:

    .search-results .entry-header {
    display: block;
    }
  2. bob.brinkmn 10 years, 5 months ago

    That’s it. Thank you Andrew.

    >

  3. Andrew Misplon Staff 10 years, 5 months ago

    For sure :) Glad we could help.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread