Hi there, I was wondering if there is any code to remove the image name from appearing on the top and bottom of the lightbox when the user clicks the image in the product area.
Thanks in advance
Jason
Hi there, I was wondering if there is any code to remove the image name from appearing on the top and bottom of the lightbox when the user clicks the image in the product area.
Thanks in advance
Jason
Hi Jason,
Just add this code in your Quick CSS:
.ppt,
.pp_description {
display: none !important;
}
Hope this helps. :)
Regards,
Ismael
I've been looking for this answer for a month! Thanks for posting it
This topic has been closed to new replies.