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

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -