I found out what the problem was... The style.css files for the two themes (Main and Elements) Are in the wrong folders... instead of being in the main folders for those two themes... they're in
public_html/templates/main/Media
And
public_html/templates/elements/Inc
I had to move them both out of those files and into the main folder for both for me to be able to edit them.
So now they're in
public_html/templates/main
and
public_html/templates/elements
Hopefully this helps some of you ^^;
|