Hi, how can I change the font of the caption in a full width easy slider element? I want to use the Monotype Corsiva font.
Thanks.
Hello bakbek,
try to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.
if you want to change the font family of Caption title
h2.avia-caption-title {
font-family: "Monotype Corsiva", Times, serif !important;
}
and if you want to change the font family of Caption text
.avia-caption-content p {
font-family: "Monotype Corsiva", Times, serif !important;
}
Thank you
Hi @bakbek,
Did you try out the suggestion by @designweb and did you have any luck with it? If not then please post a link to your site and we’ll have a closer look.
Best regards,
Rikard