wordpress - Remove product thumbnail from specific product page in WooCommerce -


let's have 2 different products & b. both products have image, want remove image product b how can this?

i trying use hook on product page not know how use correctly is_product function.

i found solution using css

you can put product id below

.postid-5065 div.images {    display:none;  } 

Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -