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!
More information about text formats
Use the CSS
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!