Remove site branding

The code snippets below should be pasted into your child theme's functions.php file.

Here is how you can remove the site branding.

// Remove the site title and site title tag.
beans_remove_action( 'beans_site_branding' );

This code snippet will remove the site title as well as the site title tag. If you are looking to only remove the site title tag, please check out this article.