Change Search Ajax results

Posted in: Newspaper
Post count: 220

Hi Team,

want to change the search results archive template without images ..Let me know how can we change that

Thanks in advance

Post count: 20688

Hi,

What exactly do you want to change, archives module or search results module? Both can be changed in the Theme panel->Template settings.
https://www.screencast.com/t/e2Dl3Fuph
Modules 8 or 9 do not display a thumbnail, you could use those to display the posts.

Thanks

Post count: 220

I want to change this results page without any image

https://ibb.co/katRiz

Post count: 20688

You could do that with some CSS, like this example
https://www.screencast.com/t/kftxN7C9lTf
Code used in example

.td-drop-down-search .td-module-thumb {
display: none;
}
.td-header-wrap .td-aj-search-results .item-details {
margin: 10px 20px 10px 20px!important;
}

The code will remove the thumbnail and position the post meta to occupy the remaining space.

Post count: 220

Thanks simion.. it works

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