Tagged: , , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #784383

    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

    #785465

    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

    #785605

    Hey Nikko,

    The css should apply on this page: https://masparis.fr/

    Cheers,

    Theau

    #785638

    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

    #785644

    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.

    #785862

    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

    #786960

    Working perfectly! Thanks Nikko & John for your help!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change font text on image’ is closed to new replies.