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

    I have been asked to increase the letter spacing across all fonts on the site. Is there a quick bit of css that will work? I have tried a few things from this forum and can’t find it in Advanced Styling.

    Thanks

    Rob

    #475079

    Hey fanlokbun!

    Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then give your element a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .your-custom-class {
      letter-spacing: 0.1em;
    }

    Regards,
    Yigit

    #475114

    Nice one! What an excellent system. This theme just gets better and better.

    Thanks

    #475230

    Hey!

    Glad we could help :-)

    Cheers!
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Letter spacing’ is closed to new replies.