Where to Add Photo Caption

I would like to add a caption to my photos in Photo Settings. I have the option to show captions in three ways: Never, Below Photo, or on Hover, but I can’t see where to add my actual caption.

Thanks a million!
Melanee

Can you believe that I found the answer after looking for days? Right under my nose. Now I want to know if there is a way to change the hover color.

Thank-you!

Hi Melanee,

To change the hover cover for the caption, can you try adding the following the CSS, please.

.fl-photo-caption.fl-photo-caption-hover {
    background: rgba(255,0,0,0.7);
}

You may want to change the red, green, blue and alpha values, to get you desired color.

Thanks,
Danny