• Resolved saferidenews

    (@saferidenews)


    Thank you in advance for the assistance. I am using the free version of FooGallery and posting the gallery to a WordPress website using the shortcode in the classic editor. I have created a responsive image gallery that pulls the title from the caption stored in the media library and places it at the bottom of each image. When the images are shown in the gallery form on the website, many of the titles are too long to show in their entirety. I thought I could make the font size a bit smaller by adding Custom CSS to this specific gallery. I have tried numerous versions of code (.fbx-caption-desc, .foogallery.fg-caption, .fbx-light.fbx-caption, etc.), but none are working. What Custom CSS would I use to change this font size?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support elviiso

    (@elviiso)

    Hi @saferidenews

    You can use the following CSS which will modify the font size of the captions displayed under the gallery image thumbnails to your preferred size. You can change the font size value in the CSS to your preferred value:

    .foogallery .fg-caption-title {
    font-size: 12px !important;

    }

    Thanks.

    Kind regards,
    Elvis.

    Thread Starter saferidenews

    (@saferidenews)

    @elviiso
    Thank you sooo much; this is exactly what I need! All is looking good now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Font Size of Title’ is closed to new replies.