• Resolved And1rzej

    (@and1rzej)


    The font color settings in the first thumbnail grid have been lost.

    Secondly, when I change the caption color in the editor, the color in the thumbnail grid changes automatically as well. This is not my intention — I only want to change the caption color in the Lightbox.

    Additionally, in several galleries the font has unexpectedly changed to a serif typeface. This issue appeared some time ago.

    Could you please look into this and provide support?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Teo Alex

    (@altesin)

    Hello @and1rzej ,

    1. Font color settings lost in the first thumbnail grid
    Could you share a screenshot or a link to the page so we can take a look? We’d also love to know what you mean by “first thumbnail grid” so we can replicate the issue on our end.

    2. Caption Color and the Lightbox
    The Caption Color setting only applies to the thumbnail grid, not the Lightbox. If you’d like to style the Lightbox caption differently, you can do so via custom CSS.

    3. Font changed to serif
    Modula doesn’t control the font family, it’s always inherited from your active theme. If the font changed unexpectedly, we’d recommend checking if your theme was recently updated.

    Let us know if you need anything else!

    Thread Starter And1rzej

    (@and1rzej)

    Hello @altesin

    https://zbigniewbajek.com/

    (Pls. See all submenu items from “series”)

    I was absolutely convinced that this was the [Caption Color in the Lightbox] setting.,

    Okay, then why is everything getting mixed together? It shouldn’t behave like that, should it? When I change the [Thumbnail Grid] color, it also changes the [Caption Color in the Lightbox] at the same time, even though it shouldn’t. Why is that happening?

    so can I get custom css to the Lightbox caption color? (If so).

    Best

    Plugin Author Teo Alex

    (@altesin)

    Hello @and1rzej ,

    I think I understand where the confusion comes from.

    You’re styling each individual image caption using the text color option in the editor. This overrides both the caption color displayed in the gallery thumbnails and the caption color displayed in the Fancybox lightbox. This is the intended behavior, as it allows you to customize the appearance of individual image captions when needed.

    Are you using the text color option shown below?

    If so, remove the color set there and instead configure the thumbnail caption color under:

    Settings → Captions → Caption Color

    If you’d like to style only the lightbox caption, navigate to:

    Settings → Custom CSS

    and add the following CSS rule, replacing XXXX with your gallery ID (you can find the gallery ID just above the editor):

    .modula-lightbox-jtg-XXXX .fancybox__caption .modula-caption-description {
        color: #db2828;
    }
    

    Please let us know if this resolves the issue or if you have any other questions or run into any other problems.

    Thread Starter And1rzej

    (@and1rzej)

    Hello @altesin

    many many thanks, it does work!

    although I used this code:

    .modula-lightbox-jtg-3196 .fancybox__caption {
    color: #000000;
    }


    kind regards

    Plugin Author Teo Alex

    (@altesin)

    Hello @and1rzej ,

    I’m glad to hear that this helped and thank you for letting us know that you were able to resolve the issue.

    Have a great day!

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

You must be logged in to reply to this topic.