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!
-
This topic was modified 6 years by
dimitrisv. Reason: screenshot did not appear in the first post
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!
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.
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!
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!