/*
 Theme Name:   Peds Clue
 Theme URI:    https://pedsclue.com/
 Description:  Child theme for Twenty Twenty-Five
 Author:       Tom Fadial
 Template:     twentytwentyfive
 Version:      1.0.0
 Text Domain:  twentytwentyfive-child
*/

/* Scope to the age_group taxonomy screens */
body.taxonomy-age_group {

    /* Hide the Description field on Add/Edit term forms */
    .term-description-wrap,
    .form-field.term-description-wrap,
    tr.form-field.term-description-wrap,
    /* Some WP versions/plugins use direct IDs */
    #description,
    #tag-description,
    textarea#description,
    textarea#tag-description {
      display: none !important;
    }
  
    /* Hide any helper text that may follow */
    .term-description-wrap + p.description,
    .form-field.term-description-wrap + p.description {
      display: none !important;
    }
  
    /* Hide the Description column in the terms list table */
    th.column-description,
    td.column-description {
      display: none !important;
    }
  }
  