Marko Jaric
asked 10 years ago

I would like to remove this.  Please let me know how.

joshua sims
replied 10 years ago

Find it in the .PHP’s in the Editor Section. You should be able to find it within the code and just delete it.

Marko Jaric
replied 10 years ago

I am not will to search all of the php files to find it. Can you please tell me which one to edit?

Tinh Nguyen
replied 10 years ago
1 Answers
Wilfred
answered 10 years ago

Thanks Joshua for the solution. 
David, you can do as Joshua said and by that way you will delete the Copyright completely from your site.
Here is another way, this way you only hide it:
Go to Dashboard > Appearance > Customize > Website Setup > Custom CSS
Copy and paste this following code into Custom CSS 

#copyright {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0; overflow: hidden;
clip: rect(0 0 0 0);
border: 0;
}
Powered by DW Question & Answer Pro