Hi,
I want to hide, or remove the title of a image in a masory gallery in the popup.
So example: photo1.jpg is displayed in the left corner of the popup below the image.
Example: https://imgur.com/a/0IDyN
Thank you in advance.
Hey artiteq,
Please provide a link to the page in question.
Best regards,
Jordan Shannon
Hi,
I only want to remove the title from the masory gallery, should be possible with a simple code.
Example is in the private section.
Hi,
Add the following to quick css:
.mfp-title{
display:none!important;
}
Best regards,
Jordan Shannon