Hey, how can I implement that the font size of the subheading always is 62% of the special heading it accompanies without doing each and every single special heading?
Thank you
Hey fabienneRedUmb,
Thank you for the inquiry.
You can leave the Heading Font Sizes and Subheading Font Sizes of the Special Heading elements set to Default, and define the font size for headings (h1, h2, h3, etc.) in the Enfold > Advanced Styling panel. Afterward, you can add the following css code to adjust the default size of the subheading element relative to the configurations or style adjustments made in the Advanced Styling panel.
#top .av-subheading {
font-size: 1.2em !important;
}
Best regards,
Ismael