• Take time to read Forum Rules | Hot Note | Why You Choose Us?

    Let try and keep the forum Post, comments and reviews in English

    Wishing all Scriptzhub users a joyful and blessed Eid!
    May this season of sacrifice bring you peace, inspiration, and endless creativity.
    Thank you for being part of our growing community of learners and developers.
    — The Scriptzhub Team

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.png
 
Back
Top