Hi there,
Yesterday you guys helped me add featured images to my search results as explained in this post: https://kriesi.at/support/topic/add-featured-image-to-search-results/#post-249161
This works great.
But how do I get the featured image to show up in it orginal size and dimensions instead of in a round cropped version?
Hi!
Please add following code to Quick CSS
.search-result-counter {
width: auto;
height: auto;
background: transparent!important;
box-shadow: none;
}
.search-result-counter img {
border-radius: 0;
}
#top .template-search.content .entry-content-wrapper {
padding-left: 270px;
min-height: 400px;
}
Best regards,
Yigit
Awesome that did the trick.
Thanks again!