XF 2 Tip Remove the copyright (easy)

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,497
Points
523

Reputation:

@Kilowallow
try that in extra.less

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

looks like you ve got a different theme installed which changed something,
 

Kilowallow

Well-known member
Registered
Joined
Jul 6, 2019
Messages
87
Points
28

Reputation:

@Kilowallow
try that in extra.less

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

looks like you ve got a different theme installed which changed something,
BattleKingIt was working a few days ago, I had the same theme installed for almost two year with no problems until now. I didn't add any new add-ons or anything like that in months.
 
View previous replies…

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,497
Points
523

Reputation:

It was working a few days ago, I had the same theme installed for almost two year with no problems until now. I didn't add any new add-ons or anything like that in months.
Kilowallowhave you tried this code now, this should work
 

Kilowallow

Well-known member
Registered
Joined
Jul 6, 2019
Messages
87
Points
28

Reputation:

xf 2.2.11 i use
CSS:
.p-footer .p-footer-copyright {
    display: none;
}
thomsaThank you, but I used both and they haven't worked. I think extra.less has to be fixed because I'm not able to add badges in extra.less or center the homepage logo header with codes that worked previously either. So I think something is wrong with extra.less
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,497
Points
523

Reputation:

Thank you, but I used both and they haven't worked. I think extra.less has to be fixed because I'm not able to add badges in extra.less or center the homepage logo header with codes that worked previously either. So I think something is wrong with extra.less
KilowallowIt sounds like something is overwritten or already defined in extra.less or inside the theme, if there is no access to the system we cannot find out why it does not work
 

Kilowallow

Well-known member
Registered
Joined
Jul 6, 2019
Messages
87
Points
28

Reputation:

It sounds like something is overwritten or already defined in extra.less or inside the theme, if there is no access to the system we cannot find out why it does not work
BattleKingI'll give it to you soon because it looks like the admin doesn't know what was overwritten in extra.less that messed it up.
 

DockPro

Active member
Registered
Joined
Mar 24, 2020
Messages
39
Points
18

Reputation:

Hello people, could someone help me, I have managed to remove all the marks and add my own with all these instructions, except the following:

RM MarketPlace by Xen Factory ©2015-2023
Xenforo theme by Nulumia ©2016-2023

Thanks in advance.
 
Top