Is it possible to get the "Title" on the pop up caption capitalized? I can achieve this for h1 or h2 using
h2 {
text-transform: uppercase;
}
but cannot seem to find a specific font size declaration for the pop-up caption.
Thank you
X3 Photo Gallery Support Forums
.popup-caption-title {
text-transform: uppercase;
}
.images .title {
text-transform: uppercase;
}