Hi there
Is there a way to change the heading in a toggle from p to h3 for SEO?
Thanks
Hey socialkiwi2016,
Thank you for using Enfold.
Yes, this is possible. You have to modify the config-templatebuilder > aviashortcodes > toggle > toggle.php file. Look for this code around line 405.
$output .= '
<p data-fake-id="#'.$toggle_atts['custom_id'].'" class="toggler '.$titleClass.$inherit.'" '.$markup_title.' '.$colors.'>'.$toggle_atts['title'].'<span class="toggle_icon" '.$icon_color.'>';
$output .= ' <span class="vert_icon"></span><span class="hor_icon"></span></span>
';
Best regards,
Ismael