The theme includes a slider to change the font size of your site title. In case you use a logo, with the help of CSS code you can change its size. You can add below code in Additional CSS via Admin Dashboard > Appearance > Customize > Additional CSS.
.custom-logo-link img { width: 300px; }
You can adjust the width value according to your need.
Updated on