product image size options not visible
-
I can’t find the image size options for the store page in woocommerce. at the moment they are too big and I want to make them smaller. I figured this has to do with the theme having such line and that I’d have to remove it from functions.php
add_theme_support( ‘woocommerce’, array(
‘thumbnail_image_width’ => 150,
‘single_image_width’ => 322,
) );but I could not find it. I want to make the images smaller on the store page of woocommerce. how can I do this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘product image size options not visible’ is closed to new replies.