Hi
Ive added a text block inside a colour section but the font used isn’t great. whats the easiest way to change the fonts for each section in the layout builder?
Home page: http://scotwebdigital.co.uk
Text to change: We are a Glasgow based Digital Marketing Company
We help our clients with..
Thanks
Hey robertscott!
Please turn on Custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your element a custom CSS class then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class { font-family: arial; }
Regards,
Yigit