@Greed95
1) upload images in format:
oc-content/themes/veronika/images/no-image-{cat_id}.png
{cat_id} replace with id of category, example: no-image-1.png (for category with ID 1)
2) update loop-single.php and loop-single-premium.php where find code:
<?php echo osc_current_web_theme_url('images/no-image.png'); ?>
And replace it with:
<?php echo osc_current_web_theme_url('images/no-image-' . osc_item_category_id() . '.png'); ?>