Hi Mohammed,
Thanks for the information to find this team.php file.
I’ve managed to make the customization myself. If anyone is interested in the solution, I’ll list it below:
1. Open up wp-content/themes/dante/swift-framework/page-builder/builder/shortcodes/team.php and …/team-carousel.php
2. In team.php go to line 85 and find:
$items .= '<figure class="gallery-style">';
Select line 85 all the way down to line 121:
$items .= '</figure>';
3. In team-carousel.php go to line 99 and find:
$items .= '<figure class="standard-style">';
Select line 99 all the way down to line 135:
$items .= '</div>';
4. Copy the selected code from team-carousel.php and paste it over the selected code in team.php
5. Now you have the same look as the carousel, but without the carousel 😀
Have fun!