• The default language of any content posted is English.

Question - footer xenforo

harper

Member
Messages
47
Reactions
4
Good afternoon, can any of the colleagues help me to remove all blocks from xenforo like for example
| RM MarketPlace by Xen Factory ©2015-2023
Thank you very much
 
Try this:

This method makes the copyright text invisible but still keeps the original copyright link.
Here’s an example code to use in extra.less:

Go to Appearance -> Templates -> extra.less.

.p-footer-copyright {
font-size: 0px;
color: transparent;
}

Quick and dirty...


Or you give this addon a try:
 
Top