WPIntell

Source evidence

Header removal?

Awesome Team Showcase · support · 2015-12-06T18:28:00+00:00

mixedsentiment
lowseverity
0.63relevance
1replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
onini resolved
Using shortcode “[team-members]”, is there any way to remove the title “Team Members” and the dotted line that automatically appears? This plugin have the perfect functions and I hope to be able to use it! Thanks 🙂 https://wordpress.org/plugins/awesome-team-showcase/ 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,

Comments

1 shown
Cynob IT Consultancy 2015-12-07T05:03:00+00:00

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,