Hiding thumbnail in search result

Posted in: Newsmag
Post count: 162

I managed to hide the image, yet I would like to also claim the space of the image for the title of the search results.

I did try

.td-module-thumb{
display: none;
width:1px;
}

.entry-thumb{
display:none;
width:0px;
height:0px;
}

But to no avail.

Also the php that creates this is fixed only for the mobile version (see header-amp.php). It appears that for the pc browser version this is customisable but I cannot find where it is in the panel. Thank you!

Screenshot

  • This topic was modified 6 years by dimitrisv. Reason: screenshot did not appear in the first post
Post count: 35449

Hello,

For desktop version you can use this custom css -> http://prntscr.com/ps5phi
.header-search-wrap .td-drop-down-search .td-aj-search-results .td-module-thumb {
display: none;
}
.header-search-wrap .td_module_mx2 .item-details {
margin: 0 20px 20px 20px;
}

The code need to be set in Theme Panel > Custom code> Custom css

Hope this will help you!
Thank you!

Post count: 162

Thank you very much indeed Calin!

Congratulations for your great product!

One more thing though… Following the search, e.g. see here: https://about.gr/?s=di

we still see the “You search for” in English, inspite of the fact that we are using also YOAST SEO with the greek translation for it. If you like, PM me to provide you with the credetials to see the set up for yourself. I noticed that the same issue has been reported in the past in the forums, but to no avail.

Post count: 35449

Hi,

Please provide me a screenshots with this section for search that show the message “You search for” because I the website is set in maintenance mode -> http://prntscr.com/ps9vf3

Thank you!

Post count: 162

Here it is:

  • This reply was modified 6 years by dimitrisv.
Post count: 35449

Hi,

From what I can see you are using the Newspaper theme with cloud templates -> http://prntscr.com/pskoo6 not the Newsmag theme, click on edit template -> http://prntscr.com/pskoo6 and change that text using tagDiv Composer.

Thank you!

Post count: 162

Thank you very much Calin!

I will open another topic for one more issue that puzzles me which is irrelevant to this thread and we are sorted 😉

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