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
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
Nice one! What an excellent system. This theme just gets better and better.
Thanks