Thanks for clarification. I am not a coder but I did the same thing:
In your child theme’s copy of content.php, change line 32 from this:
the_content( sprintf(
to this:
the_excerpt( sprintf(
but then it starts showing excerpt in all pages even in the “post page” (the page which is supposed to display the entire post).