Archived topic
How to Change Lightbox Popup Window Caption Color
3 replies · Started by yitegele on January 8, 2023
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;
}
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.
Hi Fernando!
Perfectly solved!
Cheers!
You're welcome, Yitegele!