Search results on my website

Hello!

I did a simple product search on my website and I noticed that under the product name, it reads “by Nadia Tamara”.

The same thing appears under my blogs (and I want to keep it under each blog). Is there any way to remove it from the product when it’s being searched ?

my website is https://crisisequipped.com

This is what it looks like:

Thanks so much :slight_smile:
-Nadia

Hello Nadia,

It looks like you need the author meta info for other blog pages so if you want it to be hidden only on the search result page, please add this code X > Theme Options > CSS:

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

In case you want to get rid of the meta information throughout the site, please go to X > Theme Options > Blog > Content then disable the Post Meta.

Hope this helps.

Thank you very much! That worked! :slight_smile:

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

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