-
AuthorPosts
-
February 23, 2021 at 1:16 pm #1283067
Hi,
I would like to use a font imported into the Enfold settings and used locally in LayersliderWp. As far as I know, I can integrate the font with CSS in the layer slider. Can you help me with this?Thank you
Best regards JürgenFebruary 23, 2021 at 8:14 pm #1283213Hey Jürgen,
Please have a look at the following thread:
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 24, 2021 at 1:32 pm #1283387Hello Victoria,
thank you very much for your quick reply.
I had read through the tread before. But don’t understand the process.
As already described:
1. The font is loaded in the medialibrary and loaded as a font in Enfold (WOFF2) also works in the backend.
2. But I cannot see the Font in the drop-down menu in the layerslider.
3. So I’m think i integrate the font in the Layerslider in: Layers / Styles / Custom CSS.
4. This is exactly where my knowledge of how to integrate the CSS ends :-)Can you help me?
Best regards
JurgenFebruary 27, 2021 at 2:49 pm #1284113Hi Jurgen,
That font will not show up in the Layer Slider options but it could be applied via css.
Please have a look at the following thread:
https://kriesi.at/support/topic/using-google-fonts-within-layersliders-layers-possible-how/If you need further assistance please let us know.
Best regards,
VictoriaApril 7, 2021 at 5:20 pm #1293111Hi Victoria,
thank you!
I looked at the thread. It is from 2014. And somehow I realize that the code in the layer slider has to be integrated in the font layer in Styles / Custom Css. Is there a CSS code for this? which I can integrate in order to then integrate existing fonts from the media library?
I would like to integrate the font from the media library based on corporate design.Thank you very much
Many greetings JürgenApril 12, 2021 at 4:11 am #1293825Hi,
Thank you for the update.
Did you select the local fonts in the Enfold > General Styling > Fonts panel? If yes, then you can use the font-family property or the following code to apply the font to a specific element in the layer slider.
font-family: 'Dela Gothic One', sans-serif;
Just use the actual name of the font.
// https://www.w3schools.com/css/css_font_google.asp
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.