To change font weight of Gallery Caption.
We can use this code to Custom CSS.
You can use Photo Gallery widget, so you can customize Gallery with more beautiful style without using code.
div.gallery figcaption * {
font-weight: 700 !important;
}
Result


