salcode / bootstrap-genesis

WordPress Genesis Child Theme setup to use Bootstrap, Sass, and Grunt
MIT License
184 stars 63 forks source link

Remove site title/logo option from Customizer #101

Closed salcode closed 9 years ago

salcode commented 9 years ago

We're already removing this from the options page with the line

remove_meta_box( 'genesis-theme-settings-header',   $hook, 'main' );

in lib/genesis-setup.php.

We should be consistent and remove it from the Customizer, as well.

image