This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

Change section break tags


  1. druting
    Member

    Hi, i'm wondering if anybody can help, i'm currently using machform on a site that uses sifr, i need to change the <h3> tags that currently wrap the section break title with <h2> tags. Where can i do this? I've looked and can't seem to find where those <h3> tags are declared.

    Thanks

    Posted 15 years ago #
  2. redityo

    Hi,

    You can edit "includes/view-functions.php" to change it, go to line 907 and you will find this code :

    <h3>{$element->title}</h3>

    change it to

    <h2>{$element->title}</h2>

    MachForm Support

    Posted 15 years ago #
  3. druting
    Member

    Hi, thanks, that worked perfectly.

    Posted 15 years ago #

RSS feed for this topic

Reply