If you are doing it from the child theme, you may want to replace the template. for example copy your current - single-post.php (or for custom post type "single-{custom-post-type}.php") and replace those elements, easiest way actually.
Other solution you may try - ob_start() on 'wp_head' them ob_get_clean() in the 'wp_footer'.