Add Site Title To Navigation

Our navigation logo option allows you to add logo to the navigation. If you want to display the site title instead, try the PHP snippet below:

with the CSS snippet to style it:

.main-navigation .site-branding {
	float: left;
}

.main-navigation .site-branding a {
	line-height: 60px;
	font-size: 20px;
}