Hello @gyoby
To remove the “Islemag powered by WordPress” from the footer at first you need to add the Custom CSS though the plugin.
You can find many plugin to add custom CSS. Below link is the reference for one of the plugin.
Custom CSS
After installing the plugin you will find the custom CSS in Admin Panel / Appearance / custom CSS.
Here copy and paste below CSS
.col-md-4.col-md-pull-8.powerdby {
visibility: hidden;
}
Hope this will resolve your issue.
Best Regards!!
Hello @gyoby
I am very happy to hear that your issue has been resolved.
Please mark this thread as resolved cause it will be easy for other users with similar issue to find their solution if seen this thread marked as resolved.
Best Regards!!