BBA/MS ACCY Fall 2025 Drop-In hours have ended and will resume in Spring 2026 on January 20th.

Gallery Wordpress Plugin | Fancy

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

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

.fancy-gallery .gallery-item img:hover transform: scale(1.02); /* Change thumbnail border radius */

/* Change lightbox background color */ .fancybox-bg background-color: rgba(0,0,0,0.9); transition: transform 0.3s ease

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