/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 22 Nov 2025, 7:00 am
*/

/* change caption color to gold */ 
.foogallery:not(.fg-preset) .fg-caption-desc {
   color: #FF9404;
   font-size: 12px !important;
}
/* Reduce font size  */
.foogallery:not(.fg-preset) .fg-caption-title {
    font-size: 14px !important;
}