Hi Support,
How can i change the iconbox heading title from an H3 to an H4?
//M
Hey Mattias!
Edit config-templatebuilder > avia-shortcodes > iconbox.php, find this code on line 200:
$output .= " <h3 class='iconbox_content_title' $markup>".$title."</h3>";
Replace it with:
$output .= " <h4 class='iconbox_content_title' $markup>".$title."</h4>";
Cheers!
Ismael