How do you remove blank image from each category?

How do you remove blank images on the blog? I tried to activate this theme and noticed that all my blog have blank images tied around each category at the beginning of each post. Help would be great.

Hi @sfareri,

You have two options:

  1. Set a featured image on each post, and then you will not have a blank image
  2. Use this css code to remove the image:
.mb24.wp-post-image{
display:none;
}

Thanks,

Cristian