Will Rosner's picture

The exact location of the fix will depend on what Joomla template you're using, but the change can be implemented in the css. Wherever your main or custom css file is located, simply add the following:

 

#turnkey-credit {

     display: none !important;

}

 

Hope this helps!