• Resolved infatum

    (@infatum)


    As the default font is too small to read, only 14 px in size, I’m trying to upscale it by writing in both, FooGallery settings Custom CSS and WordPress CSS the following:

    .fbx-caption-desc {
    	font-size: 18px;
    }

    It gets overriden by defaults, which are 14xp. See image on Google photos – https://photos.app.goo.gl/Y4pXVHZvHpdDzC649

    • This topic was modified 2 years, 7 months ago by infatum.
    • This topic was modified 2 years, 7 months ago by infatum.

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

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

    (@elviiso)

    Hi @infatum

    You can add the following CSS to the Custom CSS section which will change the font size for you:

    .fbx-light .fbx-caption .fbx-caption-desc {
        font-size: 18px;
    }

    Thanks.

    Kind regards,
    Elvis.

    Thread Starter infatum

    (@infatum)

    Thanks. Should have thought of it being nested.
    Any chance fonts / colors and other things will be customizable in Settings section in the future?

    Plugin Support elviiso

    (@elviiso)

    Hi @infatum

    We will look into adding these to the settings section in the future. Thanks for the feature suggestion.

    Kind regards,
    Elvis.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot apply custom CSS for captions in Foogallery’ is closed to new replies.