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
display: none;
}
Save and check the result
Changes based on the example of the Rain theme
- Go to appearance - styles - templates
- Search for footer and click on it
- Search for Extra with sub information "Freefrom CSS/Less Code
- The div warpping the footer information class is ".p-footer-copyright"
- Add the following code inside the box
display: none;
}
Save and check the result