Archived topic
Recent Post with Thumbnails
3 replies · Started by Jatin on February 7, 2021
I am using recent posts with thumbnails which displays the featured image. But as i am using header element which displays the category tags over the featured image, it shows up in the sidebar over the featured image in recent image with thumbnail.
Is it possible to not show the category tags over the recent posts over thumbnails in the side bar as its covering most of info as shown in screenshot. just want to show the Featured Image in the sidebar in the recent post with thumbnails.
Hi there,
try adding this CSS:
.recent-posts-widget-with-thumbnails .featured-image-category-wrapper {
display: none;
}
Sorry I want the thumbnails but not the tags on this.
That CSS will remove only the Category Terms over the image. The thumbnail will remain.