Posted on : 2021-11-18 16:59:36 View Type: public
thread-details

You are not using logo image you are using site title as logo so incase you want to change text size. Please add following css into >> wp-admin >> appearance >> additional CSS
.logo h1.site-title,
.logo h1.site-title a {
font-size:35px;
}Change 35 to your desired size.

