Home › Forums › Iconic One Pro Support › Remove popular post thumnail › Reply To: Remove popular post thumnail
October 10, 2017 at 11:21 am #5027
Themonic-Support
Keymaster
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;
}