Site logo

[Resolved] How to Change Lightbox Popup Window Caption Color

Home Forums Support [Resolved] How to Change Lightbox Popup Window Caption Color

Home Forums Support How to Change Lightbox Popup Window Caption Color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2488345
    yitegele

    Hi GP Team!

    How are you?

    Please help with how to change lightbox popup window caption font color (such as #191E34). Thank you!

    I’m currently using the following css to make it Rubik font and center alignment, per your instruction.

    .slb_data .slb_data_content span{
    font-family: Rubik;
    }

    .slb_data_content {
    display: flex;
    justify-content: center;
    }

    #2488366
    Fernando
    Customer Support

    Hi Yitegele,

    You can try adding this through Appearance > Customize > Additional CSS:

    div#slb_viewer_wrap .slb_data .slb_data_content {
        color: #455ecb;
    }

    You can replace the color value with your preferred value.

    #2488376
    yitegele

    Hi Fernando!

    Perfectly solved!

    Cheers!

    #2488379
    Fernando
    Customer Support

    You’re welcome, Yitegele!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.