Hello,
I saw the screenshots you attached and visited your website.
1& 2) The Image you add to the categories thumbnails will be displayed to the categories grid other options for the images are for the specific areas in the theme like category icon, image for category heading. And it is not possible to add backgrounds for each category’s items.
3) And it seems that you have managed to round the corners of the category grid items. Therefore there is a box shadow displayed. To remove it try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.cat-design-default.categories-with-shadow .wrapp-category {
box-shadow: none;
}
Best Regards.