Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #195571

    Hi,
    Amazing theme (Enfold), thanks. I do want to use one of the available google fonts in the layer slider, and my attempts at styling have failed. I set up a class, id, put the font name in the font box, used inline css, and still can’t get the font I’d like. My attempts change the font to what looks like a backup font, but that’s it. Can you assist? Thanks!

    -Pelyon

    #195632

    Hi pelyon!

    Please edit the layer then go Attributes. Add a unique CSS class or id, example “awesome-layer”. Go to Quick CSS then define the font family.

    .awesome-layer {
    font-family: ‘Open Sans’, sans-serif !important;
    }

    Cheers!
    Ismael

    #195887

    Hi thanks Ismael,
    But your solution didn’t work until I added the “link href=’http://fonts.googleapis.com…….” from the google fonts site to the header.php file. Does this sound about right?

    Best,

    Pelyon

    #196059

    Hi!

    You really don’t have to add the font url but it is OK if you do. As long as it is working for you. :)

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘google fonts in layer slider’ is closed to new replies.