We have many text settings in the Customizer. However we can’t add an option for every single element. If you want to just change the size of the landing page caption you can add this code to the Addition CSS area in the Customizer:
.lp-staticslider .staticslider-caption-text {
font-size: 1.5em;
}
Good luck!
Thank you! Is there also a way to create a background color for the landing page caption?
You can set a background color with this:
.lp-staticslider .staticslider-caption-text {
background-color: red;
}
When I set a background color, it looks fine on desktop. However, on mobile, the last two letters of the caption aren’t highlighted. Any way to fix this?