Logo Development Questionnaire

 

Branding Design Questionnaire
File Upload: you can send us any applicable files through this portal.

Maximum file size: 52.43MB

reCAPTCHA

// Allow scaling to improve accessibilityfunction remove_my_action() { remove_action('wp_head', 'et_add_viewport_meta'); } function custom_et_add_viewport_meta(){ echo ''; } add_action( 'init', 'remove_my_action'); add_action( 'wp_head', 'custom_et_add_viewport_meta' );