Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #446261

    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

    #446287

    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 :
    Text Bloc

    #446510

    Hey!

    Please refer to @begrafiks’ post above.

    @begrafiks
    thanks! :)

    Best regards,
    Yigit

    #446553

    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

    #446556

    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

    #447028

    Thank you very much, it works!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to change the font size in text block?’ is closed to new replies.