How to remove Theme name

Hello,
Can I please get help in following

How to remove “theme name” in the footer section?

I have no option of unchecking the theme copyright in my customizing - general options.

Hello,

Please upgrade the theme to meet the latest files, you should and will have the option to disable the footer copyright text.

If this is not possible, use this CSS code instead:


.copyright { display: none; }

Kind regards