| @@ -625,9 +625,9 @@ | ||
| 625 | 625 | <i class="elementor-toggle-icon-opened {{ settings.icon_active }}"></i> |
| 626 | 626 | <# } #> |
| 627 | 627 | </span> |
| 628 | 628 | <# } #> |
| 629 | - <a href="">{{{ item.tab_title }}}</a> | |
| 629 | + <a href="" class="elementor-toggle-title">{{{ item.tab_title }}}</a> | |
| 630 | 630 | </{{{ settings.title_html_tag }}}> |
| 631 | 631 | <div {{{ view.getRenderAttributeString( tabContentKey ) }}}>{{{ item.tab_content }}}</div> |
| 632 | 632 | </div> |
| 633 | 633 | <# |