Live search

Posted in: Newspaper
Post count: 22

Hello!How to disable images from the search?
https://ibb.co/YR9sg4H

  • This topic was modified 7 years by Bestuzhev.
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.

Post count: 22

Everything worked out, thank you

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.