This code snippet is added to the style.css file in the child theme. This allows you to customize the site description in the header text area.
/* Customize Site Description */
.site-description {
color: green !important ;
font-size: 18px !important;
font-weight: bold !important;
font-family: comic sans ms !important;
}
Refer to the video for customization.