Can you please tell me how I can remove the date and the author from the search results?
Thanks!
Please try adding this given css in your wp-admnin -> appearance-> customize -> custom css :
.search .blogpost .date {display:none}
.search .blogpost .cats p:first-child{display:none;}
Awesome, it worked perfectly! Thanks a lot.
Just one more thing: when I have more than one result to display, the thumbnails appear one right under the other. Any way I could leave some space between the thumbnails in the search result page?
<p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px;">Please try adding this given css in your wp-admnin -> appearance-> customize -> custom css :</p>
.search .blogpost .featured{margin-bottom:30px;}
That's what I needed, it looks great now.
Thanks again!