How can I format the caption in the lightbox pop up

How can I format the caption in the lightbox pop up. I want to change the font and the size. Is this possible?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hey @GrahamB, I have just replied to your post in the Webflow Facebook group. But I’ll paste it in here as well in case anybody else comes across the thread looking for the answer.

You can change the lightbox caption using custom code.

<style>
.w-lightbox-caption {
    font-family: Arial;
    font-size: 18px;
}
</style>

I hope this helps!

1 Like