/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 16 Jul 2026, 11:41 am
*/

/* Hide the plus icon */
.fg-caption,
.fg-hover,
.fg-thumb .fg-image-overlay,
.fg-icon,
.foogallery .fg-thumb .fg-hover {
    display: none !important;
}