Hi Indrit,
With JA Space template, you need to override the footer module instead, you can find the
'Designed by JoomlArt.com' text in this file: /templates/ja_space/html/mod_footer/default.php
You can override this file to the local folder as suggested above: /templates/ja_space/local/html/mod_footer/default.php
Regarding to the text below, it's defined in the language file of footer module: /language/en-GB/mod_footer.ini
MOD_FOOTER_LINE2="<a href=\"https://www.joomla.org\">Joomla!</a> is Free Software released under the <a href=\"https://www.gnu.org/licenses/gpl-2.0.html\">GNU General Public License.</a>"
For this text, I recommend to override this language constant: MOD_FOOTER_LINE2 , check out this tip for how to override language: https://docs.joomla.org/Help4.x:Languages:_Overrides