Put this in your childs theme functions.php file.
COPY CODE
function kleo_membership_info()
{
  global $membership_levels,$current_user;
  if (! $membership_levels) {
    return;
  }
  
  if (bp_is_my_profile())
  {
    if (!isset($current_user->membership_level) || $current_user->membership_level->ID != '1')
    {
       echo '<a><span class="label radius pmpro_label">'.__("Upgrade to a higher level",'kleo_framework').'</span></a>';
    }
  }
}
 
Change the 1 to the id of the level that needs to be hidden.
 Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution 
This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com