Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
ringo71
Experienced
Topic Author
Posts: 28
Joined: 10 Feb 2015, 01:57

Caption

13 Jun 2015, 16:00

I guess I'm not the first asked
How to disable "caption" in "ligntbox" (mouse click in picture)?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: Caption

14 Jun 2015, 03:22

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.
 
User avatar
ringo71
Experienced
Topic Author
Posts: 28
Joined: 10 Feb 2015, 01:57

Re: Caption

14 Jun 2015, 03:35

Thank you very much! :)