Dear all,
I know this mght be a quite simple request, but I can’t figure out the right solution.
As the font size in a text block is limited to the pre-defined headline sizes I wonder how I can alter them by myself?
I would like to apply much bigger sizes than are offered now.
Is there a simple code I can use?
Thank you very much,
Sandra
Hi LepsienArtFoundation ;
You can find the custom size of the texte :
Dashbord > Theme Options > General Styling > Fonts > Default content font size
or
as it’s shown here :
Hi,
thanks for your quick reply!
The thing is that I know the styling settings and the option in the text block to set the font size.
But its limited to a size of 40 resp 25. (And doesn’t even show a reaction when I apply the function).
What to do if want to have a 100 or 150?
I really appreaciate your help.
Sandra
Hi!
Please enable custom CSS field for ALB – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then give your text block element a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class { font-size: 100px; }
Best regards,
Yigit
Thank you very much, it works!