Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #226695

    Hi Support,

    How can i change the iconbox heading title from an H3 to an H4?

    //M

    #226828

    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

    #367109

    Hi @Ismael,

    Thank you so mutch for the help.

    You can close this ticken now :-)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to change iconbox headings?’ is closed to new replies.