Hi,
I would like to change the size of the image caption overlay text. I have tried using the option in the Avia Layout builder Image Element and also using the code below, but the caption remains the same size. Any idea where things are going wrong?
.av-image-caption-overlay-center {
padding-top: 30% !important;
vertical-align: top !important;
font-family: 'pt sans' !important;
font-size: 36px !important;
}
Hey Fionadee,
Please try this instead:
.av-image-caption-overlay-center p {
font-size:36px !important;
}
Best regards,
Rikard
Thank you, that works fine!