Hide the meta data on the search results page

Hi there-
I would like to not display the information (meta data?) under the product titles on my search results page. Can you help me please?

Thanks!

Hi There @alisonglass

Thanks for writing in! Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.

.search-results .p-meta {
    display: none;
}

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.