• Hi,

    I am using CorporateBusiness Freemium for a website. I would like to remove or modify the footer / copyright for this theme. Can someone please let me know the process?

    Thanks

    Sachin

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi, I am having the same issues were you able to find a solution to this?

    Thread Starter sachinbalwp

    (@sachinbalwp)

    No. I have not been able to find a solution. In case, I do find a solution, I will post it here

    Thanks

    Sachin

    Thread Starter sachinbalwp

    (@sachinbalwp)

    Hi,

    I have investigated this further and there is a template-tags.php in which this information is stored. This file is in wp-content\themes\corporatebusiness-freemium\inc directory. Possibly, you can try to comment out this information. But, there is a comment given in the file which I am pasting below.

    /*
    All links in the footer should remain intact.
    These links are all family friendly and will “not hurt” your site in any way.
    Warning! Your site may stop working if these links are edited or deleted
    You can buy this theme without footer links online at https://dinozoom.com
    */

    I guess commenting out is not allowed. Maybe someone from the theme development team can guide us?

    Thanks

    Sachin

    Yes, I found that as well and tried to comment it out and it did in fact, disable the site. So be careful if you do it. I had to go into my server files to change it back. I wish the development team would help with this as the pro version is not available for purchase.

    The simplest way to do this is to edit the style.css file and add the ‘visibility’ property, setting it to ‘hidden’, as follows:

    .site-footer .copyright {
    visibility: hidden;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove footer in CorporateBusiness Freemium’ is closed to new replies.