Chenge sub-category image size in category page
-
Hi, thanks for your work, this theme is awesome.
I’ve a problem.
I want change the size of sub-category image in category page.
Now the image in category is a crop thumb of original image, is possible to use the the larges images?
Example, now the code is (FIRST CODE):
<div class="product-category grid_item kad-first"> <a href="https://www.lafeniceantiquariato.com/woocommerce/categoria-prodotto/catalogo/bondage/"> <img src="https://www.lafeniceantiquariato.com/woocommerce/wp-content/uploads/2014/01/categoria_bondage-270x270.jpg" alt="Bondage"> <h5>Bondage <mark class="count">(1)</mark></h5> </a> </div>
I wish it were (SECOND CODE)
<div class="product-category grid_item kad-first"> <a href="https://www.lafeniceantiquariato.com/woocommerce/categoria-prodotto/catalogo/bondage/"> <img src="https://www.lafeniceantiquariato.com/woocommerce/wp-content/uploads/2014/01/categoria_bondage-770x300.jpg" alt="Bondage"> <h5>Bondage <mark class="count">(1)</mark></h5> </a> </div>
quale pagina devo andare a modificare e come?
Thanks.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Chenge sub-category image size in category page’ is closed to new replies.