Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    I’m afraid there’s no easy way to do this without overriding some WooCommerce template files which I would not recommend. The only alternative would be to use javascript to remove the title attributes but that isn’t ideal either.

    Why do you need to do this?

    Cheers

    Thread Starter losrack

    (@carlos-jaramillo)

    Hi James,

    The thing is that I used to have this hidden until recently, and I remember it being an easy thing to do , sadly I don’t know how I did it and why it stopped working.

    I want to do this because some names are sometimes technical issues .i.e brightness correction or any other thing, you name it, and don’t want customers to see all those funky names.

    Hope you can help me out.

    Just to be more specific, I don’t want to show it when zoomed in lightbox.

    Thanks

    Oh I see, yeah, that is much easier ??

    div.pp_woocommerce div.ppt,
    .pp_description {
    display: none !important;
    }

    That should do the trick.

    Thread Starter losrack

    (@carlos-jaramillo)

    It did not work
    Any other ideas?

    Thanks a bunch

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘hide product image title’ is closed to new replies.