Page 1 of 1

Caption

Posted: 13 Jun 2015, 16:00
by ringo71
I guess I'm not the first asked
How to disable "caption" in "ligntbox" (mouse click in picture)?

Re: Caption

Posted: 14 Jun 2015, 03:22
by mjau-mjau
ringo71 wrote:I guess I'm not the first asked
How to disable "caption" in "ligntbox" (mouse click in picture)?
You are referring to the caption in the bottom left of the popup?
Image
There are no "options" currently for the popup, but for now you can go to panel -> custom/css/ and add the following:
Code
.mfp-title {
  display: none !important;
}
* Make sure you are using latest version 0.11, else there was a bug when saving CSS within the custom section!

* The popup will change in next release, and will come with several options, so the fix above is gonna be temporary.

Re: Caption

Posted: 14 Jun 2015, 03:35
by ringo71
Thank you very much! :)