Hi,
I was wondering if there is a possibility to adjust the headline size for magazine plugin. Right now is shown in H3 but I would like to change it ti his own style. Keep the Headline Size for the blog headline in H3 and use for example H4 for magazine. I searched everywhere but couldn’t found any information.
Thank you.
Hey sonderdesigner,
I am afraid you’ll need to contact the plugin author for more info about the issue. Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!
Best regards,
Basilis
Oh sorry must be my mistake. I’m not talking about a third party plugin. I’m talking about the magazine style that I can choose with the layout builder.
Hi,
Thank you for the clarification.
You have to manually change the heading tag in the config-templatebuilder > aviashortcodes > magazine > magazine.php file. Just look for the following code around line 689.
$titleTag = "h3";
If you want to override the magazine shortcode or put the modification in your child theme, follow this thread.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
Best regards,
Ismael