Caption
Posted: 13 Jun 2015, 16:00
I guess I'm not the first asked
How to disable "caption" in "ligntbox" (mouse click in picture)?
How to disable "caption" in "ligntbox" (mouse click in picture)?
You are referring to the caption in the bottom left of the popup?ringo71 wrote:I guess I'm not the first asked
How to disable "caption" in "ligntbox" (mouse click in picture)?
.mfp-title {
display: none !important;
}