Can someone help me with a code to hide the birthdate please? Thanks! :D
to hide the "born on" date: .pet_age_info_date {display: none} to hide the "adopted on" date: .pet_wco_info_date {display: none} to hide both: .pet_age_info_date, .pet_wco_info_date {display: none}