Remove the site title tag

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

Here is how you can remove the site title tag/description.

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