• How can I remove the image filename / caption while viewing in FooBox? It appears at the bottom of each image and I don’t want my viewers to see this.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bradvin

    (@bradvin)

    Hi!

    There is no feature to disable captions, but it makes sense to have this. I will include this feature in the next release.

    Add this to your theme’s stylesheet:

    .fbx-caption {
        display: none;
    }

    I love Foobox, but the inability to turn off captions is frustrating me to the point that I am considering moving away from it. I tried the above CSS without success. There is a screen shot in the documentation that shows a check button to turn captions off, but it is not shown in my admin panel. I wish this problem could be resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing Image Filename / Caption’ is closed to new replies.