XenForo How to remove copyright "Forum software by XenForo® © 2010-2021 XenForo Ltd

kutaz

XF is cool thing
Loyal Member
This is probably the simplest and the fastest way to remove this watermark footer, from your forum, by overwriting code.

1. Go to Admin Panel
2. Appearance -> Templates -> extra.less
3. Put there this code
CSS:
.p-footer-copyright {
    font-size: 0px;
}
4. Press Save
5. Done :)
 

XenForo

Administrative
Thank you dear friend
This is also useful
 

DarKMaSK

Loyal Member
I am using the Exclusive-Black theme for Xenforo 2 and this code in extra.less of the child theme:
Code:
.p-footer-copyright {
Display:none;
}
is not working. Am I doing anything wrong? Please help.
 
  • Tags
    how to remove copyright
  • Back
    Top Bottom