-
AuthorPosts
-
August 7, 2016 at 10:44 am #669436
hi. i have seen your new demo: Health Demo
How can i activate and use this font for my website? I want to use this font: http://imgur.com/a/AWauw here at my website: http://imgur.com/a/JeBnm
how can i do this?
August 7, 2016 at 5:19 pm #669500Hey corneliaboehm!
Thanks a lot for contacting us.
That is a font used from Google Fonts, which you can find at the list of the fonts.Pelase do let us know if we can do anything else for you, we would be happy to help further.
Regards,
BasilisAugust 8, 2016 at 12:46 pm #669784Thanks Basilis.
Is this the “Caveat” Font?
August 8, 2016 at 12:53 pm #669786One more question. this text is heading font 1 type.
how can i change H1 to lower and uper case settings and not only uper case? at the moment it is only upercase :)
How can i change this here: http://imgur.com/a/K6H2p
and how can i increase the linehigh: http://imgur.com/a/kLSL2
August 8, 2016 at 1:39 pm #669802Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; line-height: 25px; }
Best regards,
YigitAugust 9, 2016 at 12:57 am #670104Works fine. Thank you.
Only one problem. I have set the text to font size 40 here: http://imgur.com/a/JCBIl and here: http://imgur.com/a/CLNb3 but it do not work. the text do not have font size 40 ????
August 9, 2016 at 11:25 am #670261Does ” text-transform: none;” stop the font to get font size 40 ? How can i get uper and lower case text and individual font size?
August 10, 2016 at 11:59 am #670793Hi,
Your text is wrapped in H1 tag. Please remove the H1 tag from it if you would like that 40px to be applied to it.
Best regards,
YigitAugust 13, 2016 at 8:42 am #672232Thanks Yigit. Now i have removed the H1 tag.
Now the text hast the correct font size (40) but the wong font type ;(How can i get both? The font “Caveat” and font size “40” ?
August 16, 2016 at 10:42 am #673111Any ideas how i can fix this? Thank you :)
August 16, 2016 at 10:54 am #673119Hi!
Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your text block element and give it a custom CSS class and then add following code to Quick CSS
.your-custom-class * { font-family: Caveat; }
Cheers!
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.