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!
![Add Class and remove layer media (Woocommerce)? 1 Add Class and remove layer media (Woocommerce)? 1](https://pickplugins.com/wp-content/litespeed/avatar/f211691993eee7c7ee74d208a838b509.jpg?ver=1738425966)
![Add Class and remove layer media (Woocommerce)? 3 Add Class and remove layer media (Woocommerce)? 3](https://pickplugins.com/wp-content/litespeed/avatar/978ff02cf6cfb3e60ade623dd6942a3a.jpg?ver=1738285744)
![Add Class and remove layer media (Woocommerce)? 4 Add Class and remove layer media (Woocommerce)? 4](https://pickplugins.com/wp-content/litespeed/avatar/60b037d2fe05ceb39acb7f02dbd29bd8.jpg?ver=1738285093)
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!