How to remove copyright "Community platform by XenForo® © 2010-2025 XenForo Ltd." from footer.
Go to Admin Panel
2. Appearance -> Templates -> extra.less
3. Put there this code
4. Press Save
Go to Admin Panel
2. Appearance -> Templates -> extra.less
3. Put there this code
CSS:
.p-footer-copyright {
font-size: 0px;
}