Knowledge Removing copyright from StylesFactory

Avinash

Administrator
Staff member
LV
0
 
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
 
Back
Top