• Resolved Guillaume Dutilh

    (@photoxplorer)


    Hello,

    I’m trying to change the size of the titles and captions in a random justified gallery. I use the “Slide up from bottom upon hover” for the Photo Title Display but the text is really small.

    I can’t find the option to change that font size, if it even exist. What am I missing?

    I don’t have a specific URL for it though as I’m using the plugin for the first post.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Sayontan Sinha

    (@sayontan)

    The font gets inherited from your theme. I deliberately don’t provide an option for customizing fonts since the plugin is meant to blend with whatever your theme has. If you provide a URL I can tell you what custom CSS you can use to change your font sizes. You can add the CSS through the Customizer to get the look you desire.

    Thread Starter Guillaume Dutilh

    (@photoxplorer)

    Ok, that makes sense. I just created this page to visualize the gallery and title sizes: https://www.photoxplorer.com/gallerye-font-test/

    Plugin Author Sayontan Sinha

    (@sayontan)

    You can add this custom style:

    .title-display-hover-slideup-show a .photonic-title, .title-display-hover-slidedown-show a .photonic-title, .photonic-slideshow.title-display-hover-slideup-show li .photonic-title {
        font-size: 1em !important;
    }

    You can vary 1em to something you wish, such as 1.2em or 0.9em, depending on what size you desire.

    Thread Starter Guillaume Dutilh

    (@photoxplorer)

    That’s perfect! Thank you so much

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Photo title and caption font size in galleries’ is closed to new replies.