Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1366254

    I can’t set the H1 in responsive to 50px in the text block. Enfold only offers me a maximum of 40px. i need to be able to change the font for responsive divices. Besides, you can’t set letter spacing in advanced styling for H1-H6, but you can in “button styling”.? I work with versal latters and have to use letter spacing.

    #1366276

    Hey karin,

    You have further settings under Enfold->General Styling->Typography, please check there. I would recommend that you use the Special Heading element for your headings though, instead of a Text Block element.

    If you need to alter the letter spacing then you can use custom CSS like this Quick CSS:

    h1 {
      letter-spacing: 10px; 
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.