Hello There!
Greetings of the day!
Please add custom CSS, to update to left-align the title & tagline and to remove all caps from the title, by following below-mentioned steps
1) Please log in to the admin area
2) Go to “Appearance >> Customize >> Additional CSS”.
3) Paste the below code in “Additional CSS”
.site-branding
{
text-align: left;
padding-left: 15px;
}
.site-branding .site-title
a{
text-transform: capitalize!important;
}
4) Save the updates.
You can select font for title and tagline from the admin panel however you can select the single font for both, title and tagline.
Please go to Appearance >> Customize >> Theme Options >> Font Options >> Site Identity Font and select the font that you would like to have for Title and Tagline.
Hope this helps.
Have a great day ahead!
Thanks and Regards,
Team ProDesigns