Topic: Caption Font Weight
How can I change the caption font to become bold in the config.xml?
You are not logged in. Please login or register.
Juicebox Support Forum → Juicebox-Pro Support → Caption Font Weight
How can I change the caption font to become bold in the config.xml?
The font-weight of the caption cannot be changed via a configuration option in the gallery's XML file but it can be achieved by adding the following code to your gallery's 'jbcore/classic/theme.css' file:
.jb-caption p {
font-weight: bold;
}
Juicebox Support Forum → Juicebox-Pro Support → Caption Font Weight
Powered by PunBB, supported by Informer Technologies, Inc.