Hi onini,
Thanks for choosing plugin.
There is no setting in admin to hide title ‘Team Members’.
But you can hide title with little customization .
1. BY CSS –
In file awesome-team-showcase/trunk/includes/front-style.css ,
Replace –
.awts-wrapper-main .awts-header h1 {
border-bottom: 1px dotted #999;
color: firebrick;
font-size: 20px;
padding-bottom: 11px;
}
By –
.awts-wrapper-main .awts-header h1 {
border-bottom: 1px dotted #999;
color: firebrick;
font-size: 20px;
padding-bottom: 11px;
display: none;
}
2. In file plugind/awesome-team-showcase/trunk/awesome-team-showcase.php ,
Remove code (Line 330-332)
$team_members_output .= ‘<header class=”awts-header”>
<h1 class=”awts-title”>’.$head_tile.'</h1>
</header>’;
Hope this will help.
If plugin helps , please give good review and rating as you know it will appreciation to us.
Thanks,