BattleKing
Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
- Joined
- May 24, 2020
- Messages
- 3,529
- Points
- 523
Reputation:
@Kilowallow
try that in extra.less
looks like you ve got a different theme installed which changed something,
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,
- Joined
- Jul 6, 2019
- Messages
- 87
- Points
- 28
Reputation:
- By Kilowallow
@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,
↑View previous replies…
Kilowallowhave you tried this code now, this should work
BattleKingI tried this code in extra.less but didn't work.
.p-footer-row.p-footer-copyright {
display: none;
}
Kilowallowthis code not work for all xf version.
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
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
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.
BattleKing
Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
- Joined
- May 24, 2020
- Messages
- 3,529
- Points
- 523
Reputation:
- By BattleKing
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.
- Joined
- Jul 6, 2019
- Messages
- 87
- Points
- 28
Reputation:
- Joined
- Jul 6, 2019
- Messages
- 87
- Points
- 28
Reputation:
- By Kilowallow
have you tried this code now, this should work
.p-footer-row.p-footer-copyright {
display: none;
}
- Joined
- Jun 22, 2019
- Messages
- 1,160
- Points
- 173
Reputation:
- By thomsa
I tried this code in extra.less but didn't work.
.p-footer-row.p-footer-copyright {
display: none;
}
Last edited:
- Joined
- Jul 6, 2019
- Messages
- 87
- Points
- 28
Reputation:
- By Kilowallow
xf 2.2.11 i use
CSS:.p-footer .p-footer-copyright { display: none; }
BattleKing
Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
- Joined
- May 24, 2020
- Messages
- 3,529
- Points
- 523
Reputation:
- By BattleKing
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
- Joined
- Jul 6, 2019
- Messages
- 87
- Points
- 28
Reputation:
- By Kilowallow
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