Search Results

How can I make the search results just display featured image,the title (maybe trukated at 40 characters) and the Woocommerce price (if any)? One per line or so.
Thanks for your help.
Wally

Hey there,
Hope you’re doing well today

To get this perfectly, you may have to get a third-party search plugin, and I’m not sure we’ll be able to to get the product price in, however, you’ll get pretty close if you add and save the following code to Appearance > Customize > Additional CSS:

.search-results .entry-summary, .search-results .entry-meta {
    display: none!Important;
}

This removes everything leaving the featured image and title.
I’m unable to truncate text and add prices etc, but a third-party plugin could get you much closer.

I hope this helps :slight_smile:

Best Regards,
Support