/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 25 Sep 2026, 1:06 pm
*/

/* Verbergt de zwarte balk, titel en teller in de FooBox Lightbox */
.fbx-caption, 
.fbx-caption-title, 
.fbx-caption-desc, 
.fbx-count {
    display: none !important;
}

/* Zorgt ervoor dat de zwarte balk geen witruimte of achtergrond meer achterlaat */
.fbx-caption-panel {
    background: transparent !important;
    border: none !important;
    display: none !important;
}