As a followup to the closed thread here https://kriesi.at/support/topic/change-the-default-blog-thumb-icon-with-a-default-image/, I think I’ve found a better solution, after the suggested solution didn’t work for me.
.av-magazine-entry-icon:before {
content: url(“http://path/to/your/image.png”);
}
Just thought I’d share in case anybody else is running into the same issue.