Fancy Gallery Wordpress Plugin [UPDATED]

/* Caption font style */ .fancy-gallery-caption font-family: 'Poppins', sans-serif; font-size: 14px; text-align: center;

/* Change lightbox background color */ .fancybox-bg background-color: rgba(0,0,0,0.9); fancy gallery wordpress plugin

<?php echo do_shortcode('[fancy_gallery id="123"]'); ?> You can override default styles via Appearance → Customize → Additional CSS . /* Caption font style */

.fancy-gallery .gallery-item img:hover transform: scale(1.02); ?php echo do_shortcode('[fancy_gallery id="123"]')

/* Change thumbnail border radius */ .fancy-gallery .gallery-item img border-radius: 12px; transition: transform 0.3s ease;