View Categories

Posts List Widget

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; }

Updated on 29. November 2023

Stay in touch with us!

Join our newsletter and we let you know about new theme releases,
as well as important updates and discounts.

Latest news from our blog: Using Your WordPress Translate Plugin: A Detailed Breakdown (24. March 2025)