Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #712932

    Hi,
    I need to change police font on the IMAGE.
    when add an image from the builder under MEDIA I can display texte on it.
    I need to change the font family (I have a H1 already made in Enfold/css i want to use)
    How to?

    #712956

    Hey jb84!

    Can you please show us your web site and name us which you want to change, so we can provide some CSS code?
    Thanks a lot

    Best regards,
    Basilis

    #712968

    see in private
    Regards!

    #713369

    Hi,

    I’m not sure what font you are looking to use so please fill that out in the code below:

    .av-image-caption-overlay-center p {
      font-familiy:'your-font' !important;
    }

    Best regards,
    Rikard

    #713448

    Thanks but not working here my code with google font name:
    .av-image-caption-overlay-center p {
    font-familiy:’Comfortaa’ !important;
    }
    And if for example I want to use the H2 css?
    Regards

    #713459

    Hi!

    Are you loading the Google Font to the front end at all?

    Best regards,
    Basilis

    #713478

    I use google font on home page, everything work find.
    Used to on H2 CSS and more
    So how to use it on the image caption font family?

    #713589

    Hi,

    How did you import the font? Please refer to this is you want it available for you in the theme backend: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/

    Best regards,
    Rikard

    #713631

    oky i will see it BUT there is NO PROBLEM WITH THE FONT.
    The google font are ok on my page
    I just want to use the same google font on the image text
    That’s all

    #713852

    Hi,

    I checked my code and I had made a typo, please try this instead:

    .av-image-caption-overlay-center p {
      font-family:'Comfortaa' !important;
    }

    Best regards,
    Rikard

    #713890

    I think it’s exactly the same code you provide me before. I changed it but No resolving.

    Please see in private link to see the image caption online

    #714241

    Hi,

    No it’s not, there is an i less in this code and it’s working when I check it in my browser:

    .av-image-caption-overlay-center p {
      font-family:'Comfortaa' !important;
    }

    Best regards,
    Rikard

    #714367

    Thanks you rickart
    Your code was great at the first time!

    #714431

    Hi,

    Great, glad it’s working for you :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.