Home › Forums › Iconic One Pro Support › Disable images popular post › Reply To: Disable images popular post
November 4, 2019 at 5:32 pm #5827
Themonic-Support
Keymaster
You can use the CSS below to hide popular post widget images.
.themonicpt li img {
display: none;
}
To display view count, try a plugin like this https://wordpress.org/plugins/page-views-count/