/*
Theme Name:   Voxel (child theme)
Theme URI:    https://getvoxel.io/
Author:       27collective
Author URI:   https://27collective.net/
Template:     voxel
Version:      1.0
Text Domain:  voxel-child
*/
.ts-form-group.ts-location-field.form-field-grid.medium.field-key-location > a{
display: none;
}

add_action('wp_logout','auto_redirect_after_logout');
function auto_redirect_after_logout(){
wp_safe_redirect( home_url() );
exit;
.ts-form-group.ts-location-field .ts-form-group.switcher-label {display:none;}
.ts-form-group.ts-location-field .ts-form-group.switcher {display:none;}

	