Hi,
I create grid for Woocommerce and I notice that the layout like this:
<div class="layer-media">
MEDIA/Image of product
</div>
<div class="layer-content">
<div class="wc_regular_price">£12312321</div>
<div class="wc_add_to_cart">Add to cart</div>
</div>
The thumbnail always is 200*300
My questions is:
1. How I can change the size of thumbnail?
2. How I can get rid of div with class = layer-media, so I can create my own thumbnail on div with class = layer-content?
Thanks!
Welcome to our forum.
If you are using default featured image please see there is an option to select featured image size under
Layout settings > Featured Image size
Please see the screenshot https://imgur.com/TXcJi0c
There is a filter hook for media, Please see the documentation https://pickplugins.com/documentation/post-grid/filter-hooks/filters-post_grid_filter_html_media/
you can't remove the class
Let me know for more help.
Regards
Cool! I think that is all I need :D!
Many thanks!