It works in the same way with the default WooComemrce theme – Storefront – https://prnt.sc/lfsq7j This can be changed only by additional customization. Additional customization is not included in our basic support. You can contact woocommerce support.
To change the background color, add this custom css:
.category-grid.text-color-white.style-with-bg .categories-mask {
background-color: #2120205c;
}
Regards