How can I remove the post date from this widget?
Add this to your child theme style.css file:
.mh-posts-list-meta .mh-meta-date { display: none; }
How can I remove the comment count from the post list widget?
Add this to your child theme style.css file:
.mh-posts-list-meta .mh-meta-comments { display: none; }
I want to change the image alignment from left to right
Add this to your child theme style.css file:
.mh-posts-list-thumb { float: right; margin-left: 0; margin-right: 20px; }