Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #190549

    Hi there,
    We’re trying to use other fonts than ‘open san’ in our slider but we can’t. Although the fonts we’re trying to use are avalivible within the theme fonts.
    Can you please tell us how the fonts that are available in the ‘settings can be implemented on the layer slider as well?
    Cheers,
    Shelly

    #190791

    Hey Indiatravelz!

    What font are you trying to use? You can edit the layers on the slider then go to Attribute panel. Add a unique css selector on the CSS Class or CSS ID field, “layer-slider-font” for example. Specify the font family on Quick CSS:

    .layer-slider-font {
    font-family: 'Open Sans', sans-serif;
    }

    Best regards,
    Ismael

    #190844

    Hi Ismael,
    Thanks for your reply we’ll check this out.
    Cheers,
    Raviv

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fonts for sliders’ is closed to new replies.