How to change the style of the Woodmart Recent Post widget in the sidebar
-
Hi,
As the title suggests, I’d like to change the style of the Woodmart Recent Post widget on the sidebar. Image 1 shows my current style, and image 2 shows the desired effect. If this is possible, please let me know.
Attachments:
You must be
logged in to view attached files.
Hello,
In the widget settings, set the sizes for the images you want to see – https://prnt.sc/VBOTpVte77FK
Then use the code below in Theme Settings -> Custom CSS:
.woodmart-recent-posts-list li {
flex-direction: column;
border-bottom: none;
}
.woodmart-recent-posts-list .recent-posts-comment {
display: none;
}
.woodmart-recent-posts .recent-posts-thumbnail {
max-width: 100%;
}
Kind Regards