-
As standard it is displayed white and italic but I would like to customise the caption of images. |
Beta Was this translation helpful? Give feedback.
Answered by
mynona
Jan 14, 2023
Replies: 1 comment
-
Example: .lightbox-caption { em { |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mynona
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example:
.lightbox-caption {
font-family: $font-family-sans-serif;
font-size: medium;
em {
font-style: normal;
}
}