-
AuthorPosts
-
November 16, 2016 at 3:24 pm #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?November 16, 2016 at 3:51 pm #712956Hey 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 lotBest regards,
BasilisNovember 16, 2016 at 4:01 pm #712968see in private
Regards!November 17, 2016 at 6:02 am #713369Hi,
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,
RikardNovember 17, 2016 at 9:09 am #713448Thanks 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?
RegardsNovember 17, 2016 at 9:53 am #713459Hi!
Are you loading the Google Font to the front end at all?
Best regards,
BasilisNovember 17, 2016 at 10:22 am #713478I 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?November 17, 2016 at 2:46 pm #713589Hi,
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,
RikardNovember 17, 2016 at 4:33 pm #713631oky 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 allNovember 18, 2016 at 6:32 am #713852Hi,
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,
RikardNovember 18, 2016 at 8:56 am #713890I 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
November 19, 2016 at 5:29 am #714241Hi,
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,
RikardNovember 19, 2016 at 6:19 pm #714367Thanks you rickart
Your code was great at the first time!November 20, 2016 at 8:47 am #714431 -
AuthorPosts
- You must be logged in to reply to this topic.