Hi,
I found a solution on the forum but it didn’t seems to work on my website. Here is the code I used in my Quick CSS :
.av-image-caption-overlay-center p {
font-family:'Dancing-Script' !important;
}
I tried to write the font name with different options (dancingscript/dancing script/dancing-script…) but none worked.
Thank for your help!
Theau
Hey Demaup,
Can you post the link to the page where the css should apply? so we can take a closer look and find out why it’s not working.
Best regards,
Nikko
Hi,
You need to check if you followed all these steps: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
Best regards,
John Torvik
Hi John,
Thanks I will check it, but it strange because it is a font already integrated with the theme and it’s already worked perfectly on classic text. It just doesn’t work when I try to use it on image overlay.
Hi,
Thanks for providing the link, it’s not working because you have a dash instead of space between Dancing and Script, try to use this css code instead:
.av-image-caption-overlay-center p {
font-family: 'Dancing Script', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
Let us know if this helps :)
Best regards,
Nikko
Working perfectly! Thanks Nikko & John for your help!