NS - Remove Copyright

Add-ons NS - Remove Copyright 1.0.1

Register & Get access to index

WinSys32

Xenforo Developer/Expert
Registered
Anyone ideas which copyright you would like to be able to remove in the next release?
 

pjmm

Registered
Or you could just use the following in your extra.less

span.u-concealed {
display: none;
}

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

It works for me on XF 2.1.12 and also worked on XF 2.2.3 and 2.2.4

(If i recall correct, just the bottom line works)

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

Just put in your extra.less for each style U use and save or save and exit
Nice... This code ".p-footer-copyright { display: none; }" what really I need.. thanks!.
 
Back
Top Bottom