If you want to change shortcode in child theme, then please do following.
1. create shortcodes.php file in child theme
2. add following code in functions.php file in child theme
require_once( '/shortcodes.php' );
And then edit shortcodes.php file in child theme.
Regards, C-Themes