Tagged: featured image, search
Guys,.. a folllow up to this solution:
Works great but now the image styling no longer works. Images on our site are too large. Tried different things but not sure of a solution. Your thoughts?
See our result here.
Hey Diana,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.search-result-image img {
width: 100px !important;
}
Please feel free to adjust to suit.
Best regards,
Mike
Ah! The important property is indeed important. Thank you!