hi,
How can I be able to change the title h3 for IconBox to another Hn?
Best regards
Hi allen,
You can do this by editing this file in the Enfold: enfold > config-templatebuilder > avia-shortcodes > iconbox.php and look for this code (line 504):
if($title) $output .= "<h3 class='iconbox_content_title {$av_title_font_classes}' {$markup} {$title_styling}>".$title."</h3>";
Replace h3 tag. I would recommend using a child theme before doing the modifications. :)
Best regards,
Nikko