Dominic
I am wanting to change how the results are displayed from a search query. I don't need the featured image to display nor do I need the read more button. Where would I go to make these changes in my child theme?
Thanks
Hi analystguy, You can use the following CSS code to hide the feature image and readmore button. .search-results .featured-image, .search-results .summary .btn {display: none; }
.search-results .featured-image, .search-results .summary .btn {display: none; }