Remove no chosen pictur in seach result?

Hi.
At first, I have to thank you for this great theme and also for the great support. I am using Shapely theme on WordPress. http://ebrius.se
I would like to remove theme picture for missing chosen pictur in the pages that do not have a chosen pictur when using seach function in the theme.

Can you please advise me how to do this?
Thank you. // Lajla

Hey there,

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

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*hide image on post*/
.search-results img[src*="placeholder"] {
    display: none;
}

Best regards,
Support.

Perfect, that worked! Thanks so much for your help, really appreciate it.
This forum is really great. Lajla

Hey there,

Great! We’re happy to help.
Let us know if there’s anything else we can assist you with.

Best regards,
Support.