• Resolved hderuff

    (@hderuff)


    Hoping to get help with increasing the text size of the caption titles and caption descriptions in the FooBox lightbox on this page. Thank you!

    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 @hderuff

    You can add the following CSS code to your theme’s main CSS file or its child theme’s CSS file to change the font size of the FooBox caption on that page:

    .fbx-caption .fbx-caption-title {
        font-size: 25px; /**change this value to your preferred font-size **/
    }

    Hope this helps.

    Kind regards,
    Elvis.

    Thread Starter hderuff

    (@hderuff)

    Thank you Elvis! Guessing it would be similar CSS for the caption description?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change caption text size’ is closed to new replies.