• Take time to read Forum Rules | Hot Note | Why You Choose Us?
  • We appreciate everyone who shares their resources and those who send them to us to be shared on our forum.

    We try as much as possible to share untouched or original script without nulling them. But incase you need a null version contact us and our nulling team will advise.

  • Submit ten (10) resources and apply to become a Moderator of Scriptzhub. | We are currently we are currently experiencing technical difficulties with email service. To create an account send your username and password to daviruzsystems@gmail.com.

Knowledge Removing copyright from StylesFactory

Avinash

Administrator
Staff member
In this tutorial I will show you how to remove the copyright information at the bottom Xenforo themes. In this tutorial we will be using the Xenforo Rain theme.
Changes based on the example of the Rain theme
  1. Go to appearance - styles - templates
  2. Search for footer and click on it
  3. Search for Extra with sub information "Freefrom CSS/Less Code
  4. The div warpping the footer information class is ".p-footer-copyright"
  5. Add the following code inside the box
.p-footer-copyright{
display: none;
}
Save and check the result

Footer.png
 
Back
Top