Hide featured image in search results

Posted in: Newspaper
Post count: 1

Hi!

I would like to hide the featured image in search results of Newspaper, but still have the title and an exerpt of the content. Unfortunately I don’t find an option in the themepanel for this.

Is there solution for this?

Thanks in advance for the help!

Lex

Post count: 35449

Hi,

In order to do that you’ll need to use some custom css
https://www.screencast.com/t/icRYwx4Wq
.td-header-wrap .td-aj-search-results .td-module-thumb{
display: none;
}
.td-header-wrap .td-aj-search-results .item-details {
margin: 10px 20px 10px 20px;
}

If you like the above results, the just copy the above custom css and paste it in Newspaper>Theme panel>Custom code>Custom css
Hope this will help you to achieve what you want.

Thank you for your understanding.

  • This reply was modified 7 years by Calin.
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.