• Resolved goodaa

    (@goodaa)


    Hi, I am looking to change the font used on the Caption when embedding the Polaroid Gallery.

    I’ve used the following CSS but neither seem to be working:

    .fbx-caption .fbx-caption-title {
    font-family:"Caveat !important ;
    }
    
    .foogallery.fg-preset.fg-polaroid .fg-caption {
     position:relative;
     width:auto;
     font-family:"Caveat !important ;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support elviiso

    (@elviiso)

    Hi @goodaa

    Could you kindly share the page containing the Polaroid gallery that has the caption so that I can use it to come up with the correct snippet for you? Thanks in advance for doing so.

    Hoping to hear from you soon.

    Kind regards,
    Elvis.

    Thread Starter goodaa

    (@goodaa)

    Hi Elvis,

    Thanks for getting back. I can’t share the site as it’s a staging site for a client and they’re keen to keep it private until launch.

    Is there not a standard CSS tweak I can make to update font?

    Plugin Support elviiso

    (@elviiso)

    Hi @goodaa

    If you are referring to changing the font of the caption that’s on the image thumbnail, then this simple tweak will work for you:

    .foogallery.fg-preset.fg-polaroid .fg-caption-title {
        font-family: "Caveat" !important;
    }

    All you’ll now need to do is simply copy the code snippet as it is and go to the Edit page of that particular gallery and if you scroll down past the Gallery Settings section, you’ll see the “Custom CSS” section. Paste the code snippet as it is on the text box below it and save. You can also paste it to your theme’s style.css file or custom CSS/additional CSS area.

    Thanks.

    Kind regards,
    Elvis.

    Thread Starter goodaa

    (@goodaa)

    Fantastic – thank you for your help Elvis

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Caption font on Polaroid gallery’ is closed to new replies.