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

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -