Is there a way to make it so that a post/page’s featured image won’t show up under search results? I still want the text and all that just no picture.
Hi there,
Please add this code in the Global CSS:
.search-results .entry-featured {
display: none;
}
Here are some reference links related to the suggestions above:
- CSS Introduction - https://www.w3schools.com/css/css_intro.asp
- How to get CSS Selectors using Chrome - https://stackoverflow.com/questions/4500572/how-can-i-get-the-css-selector-in-chrome
Hope this helps.
That worked, thanks! One more question - when I click the search button it pulls up a kinda transparent full screen white page that says TYPE AND PRESS “ENTER” TO SEARCH
is there a setting/option to turn that off and make it a more standard search bar?
Hello There,
It’s good to know that it works out for you. For the search overlay, regretfully there isn’t any setting that you can change it to a standard search bar. You can disable search in your menu and add a search widget for your sidebar instead.
Best Regards.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.