Reply To: Remove popular post thumnail

Home Forums Iconic One Pro Support Remove popular post thumnail Reply To: Remove popular post thumnail

#5027

Easiest way is by using the following custom CSS, it will remove hide thumbnails from popular posts and recent posts widgets.


.themonicpt li img {
    display: none;
}
.themonicpt li {
    min-height: 0;
    padding: 10px 0;
}