Removing Titles creates bad search results

I have removed the titles of my pages with css code in the Other> Custom CSS area of the customizer as described here:

https://colorlibsupport.com/t/how-to-remove-page-titles/

It works great and then I built my site as I wanted…
here is the problem tho…
Now when I use the search bars (wordpress and search everything) The results come us without the title.

poop.

Now what?

Hi @lisap,

I hope you are well today and thank you for your question.

Could you please share me your site URL where it’s happening so that i can troubleshoot it?

Kind Regards,
Movin

thx Movin,
my URL is www.advocatesforschooltrustlands.org

To resolve the issue try using the following CSS code instead of the code posted in the shared topic.

body.page h1.entry-title {
    display: none;
}