looking at the code of footer.php of your theme, there might be some theme options to set or remove that section.
please post in your theme’s support section at https://wordpress.org/support/theme/zeebusiness/ to get theme specific support.
Here is the snippet you need for your style.css, I don’t suggest editing your theme files, You can setup a child-theme or for minor style edits you can use a plugin like:
http://wordpress.org/plugins/simple-custom-css/
#footer {
display: none;
}
Thread Starter
Anonymous User
(@anonymized-235254)
Thanks for pointing me to the Zeebusiness forum, alchymyth. I’ll use it for future problems. Cheers.
Thanks questas-admin, the code did the job. Cheers.