Add Extra Style To Genesis Site Title

Handy little WordPress Genesis Code Snippet that will enable you to add some additional styling to your website title.
/** Add additional style to site header */
add_filter('genesis_seo_title', 'em_site_title', 10, 3);
function cd_site_title($title) {
	$title = '<h1 id="title"><a href="https://ezekielmedia.com" title="Ezekiel Media"><span>Ezekiel</span> Media</a></h1>';
	return $title;
}

Source: http://www.carriedils.com/tips-genesis-extender/

Hire a WordPress Expert

Get hourly and project based theme customization, theme tweaks, and development help from an experienced Kelowna WordPress developer.  We’ve been building WordPress websites full-time for over a decade. We can help you.