Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #721482

    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

    #721821

    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

    #721928

    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

    #722967

    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

    #723391

    Hi, that’s ok, thanks Ismael.
    Best Regards.
    Nunzio

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Image Overview with Alt text’ is closed to new replies.