How to eliminate copyright in xenforo

said550

Member
Registered
Joined
Jul 9, 2021
Messages
14
Points
13

Reputation:

I get that at the bottom I want to delete it, is there any way if so I have to delete the name of the properties Thank you!
1626297390008.png
 

Soft4Win

Developer
Staff member
Moderator
Collaborate
Registered
Joined
Apr 27, 2019
Messages
371
Points
103

Reputation:

I use CSS to do that mostly. Just put the below code in extra.less :-

CSS:
.p-footer-copyright{
    display:none;
}
 
Top