Style Envira Gallery Image Titles Under Thumbnails

Hey there!

I have set up an Envira Gallery and it is taking on the fonts that I have set up in the theme, however they are smaller than I’d like and look like they may also be in bold. How can I enlarge them and make sure they are styled correctly?

Thanks!

Hello Julianne,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS:

.envira-caption {
    font-size: .9em !important;
    font-weight: bold !important;
}

Here are some related links for further reading:

Hope this helps.

Great thank you. I’ll test it out!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.