Hello,
we are looking for a solution to create headlines in different sizes for the whole website.
To be more specific:
We want to have a h1, h2, h3… that, if necessary, can be adjusted and changed in one place.
We have posted in the forum before and found out that we need css for this.
What we have done so far:
- we created a global css entry for the whole site:
h1, .h1 {
font-size:4.5em;
}
h2, .h2 {
font-size:4em;
}
h3, .h3 {
font-size: 3.5em;
}
h4, .h4 {
font-size: 3em;
}
h5, .h5 {
font-size: 2.5em;
}
h6, .h6 {
font-size: 2em;
-
we have used “Classic custom headline” headline element on the content page and set “Headling Level” and “Looks like”.
-
on the content page we have added the text element “Classic Text”. With this element we get the possibility to change the font size centrally in the “Typography” settings.
The Css works for us only with the “classic elements”. However, we would like to use the new “Headline” and “Text” elements instead of the Classic elements, as these offer us more setting options.
Is there a way to do this without the classicelements?
We would like to avoid that we now build the website with Classic Elements in combination with css and then, unnecessarily do without the Advanced Settings of the newer elements.
Thanks for your help!

