Look I’m new at this…
Same here, and now I understand how at least some things work. So, here is what I would do in your situation:
1) Copy your entire theme folder as it is right now into a temporary location somewhere;
2) Download a pure, unadulterated Parent Theme to a convenient place;
3) De-activate all plugins;
4) Upload/Overwrite that downloaded Parent Theme into your presently-active-but-modified Parent theme.
At that point, I believe you should have a clean Parent Theme running. So next, and to make a proper Child Theme from what you had before:
1) One at a time, set each-and-every file you had previously altered next to a copy of its original from the pure, unadulterated Parent Theme you had downloaded to a convenient place;
2) Remove from your own copies any redundant code the Parent Theme would normally be running anyway;
3) Repeat #1 and #2 until the files in your coming-to-be Child Theme only contain altered code;
4) Change the beginning of your previous style.css into that of a style.css for a proper Child Theme;
5) Upload your new Child Theme to its proper location and activate it;
6) Re-activate your plugins.
Without ever having to change an entire theme that way, that kind of handling has worked for me.