Hi, if I click on a product image overview, it shows description and alt text: how can I do to show only a description?
thanks
Best regards
Nunzio
Hi Nunzio,
Do you mean in the lightbox after the image has been clicked? If so, is it the top or bottom text you want to hide?
Best regards,
Rikard
Hi Rikard, yes, I mean in the lightbox after the image has been clicked. I want hide top text, with – between words.
Thanks
Best regards.
Nunzio
Hey!
Thank you for the update.
Please try this in the Quick CSS field or the style.css file.
div.pp_woocommerce > div.ppt {
display: none !important;
}
Regards,
Ismael
Hi, that’s ok, thanks Ismael.
Best Regards.
Nunzio