Hi,
When using columns (shortcode in page/post) h1, h2, etc tags do not seem to follow the page_title class format. Is there a way of achieving it so the h tags are the same throughout the site?
I'm guessing adding a class to the style.css (child theme) would do it?
I've also found removing 'flex_column' from:
$output = '<div class="'.$shortcodename.' '.$first.' flex_column">';
in register_shortcodes.php also works but I don't want to hack the theme.
Many thanks for any advice.














