How would I go about changing the product images that show when using the Elementor Product Cateogries widget? I see the current code is set to:
.elementor-element .category-grid>a img {
max-width: unset;
}
I tried to set the width to be 450px; but not sure this is doing what I want.
https://pasteboard.co/3GNLhdvBb8SK.png
What CSS code do I need to use?