This code snippet is added to the style.css file in the child theme. This allows you to customize the site title in the header text area.
/* Customize Site Title */ .site-title a { color: #008000 !important; font-family: comic sans ms !important; } .site-title { font-size: 42px !important; }
Refer to the video for customization.