Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1198327

    can’t find right answer, please give a help

    #1198430

    Hey yundian,

    Please go to Enfold/config-templatebuilder/avia-shortcodes folder and open toggles.php file and find:

      $output .= '        <p data-fake-id="#'.$toggle_atts['custom_id'].'" class="toggler '.$titleClass.'" '.$markup_title.'>'.$toggle_atts['title'].'<span class="toggle_icon">';
                $output .= '        <span class="vert_icon"></span><span class="hor_icon"></span></span></p>';

    and change it to:

      $output .= '        <h3 data-fake-id="#'.$toggle_atts['custom_id'].'" class="toggler '.$titleClass.'" '.$markup_title.'>'.$toggle_atts['title'].'<span class="toggle_icon">';
                $output .= '        <span class="vert_icon"></span><span class="hor_icon"></span></span></h3>';

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.