Hi there,
Welcome to SeaTheme forum.
To set the caption:
Please edit the single image module, enable “Show Caption” and enter the caption text.
It is possible by custom CSS(âAppearance > Customize: Additional CSSâ) to add effect of mouseover-show:
.no-touchevents .single-image-caption {
opacity: 0;
}
.no-touchevents .single-image:hover .single-image-caption {
opacity: 1;
}
The custom CSS will not work for a touch screen(mobile)
Regards!
SeaTheme – FAQs – WordPress Customization – Facebook