- Compatible XF Versions
- 2.0, 2.1
Hello, today I will show you how to hide xenforo copyright. Let's do it
1. First go to admin panel and search for "extra.less".
2. Then put this code :
.p-footer-copyright
{
display: none;
}[/CODE]
1. First go to admin panel and search for "extra.less".
2. Then put this code :
.p-footer-copyright
{
display: none;
}[/CODE]