• Resolved elaineandsparky

    (@elaineandsparky)


    I’ve trawled through this forum and found a few post have already been asked about this but for the live of me I still can’t find the correct place to edit this for the free version. everyone on the other topics say to find the code in:
    core/includes/theme-generator/theme-generator.php

    but how do I get to that code as I can’t find a page relating to any of the above.

Viewing 3 replies - 1 through 3 (of 3 total)
  • another way to fix this without touching the php file is changing a property in the css. You have to find the class that corresponds to that <div> and give the folowing property:

    visibility: hidden;

    Go to theme settings> css and add the following:

    .credits {
    visibility: hidden;
    }

    I assure you it works!

    Good luck!

    Thread Starter elaineandsparky

    (@elaineandsparky)

    brilliant, thank you very much

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove WordPress from bottom’ is closed to new replies.