/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 17 Jul 2026, 5:33 pm
*/

.foogallery:not(.fg-preset) .fg-caption-title {
    font-size: 20px; /* Adjust Title size */
}

.foogallery:not(.fg-preset) .fg-caption-desc {
    font-size: 14px; /* Adjust Description size */
    color: #000000; /* Change text color if needed */
}
