Resource icon

XF 1 Tip [Guide] Remove ThemeHouse Branding

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,124
Points
823

Reputation:

LQD submitted a new resource:

[Guide] Remove ThemeHouse Branding - Remove all themehouse branding

Annoyed about that ThemeHouse branding at the bottom that won't go away and you can't figure out a way to delete the branding text from the XenForo files? Well here's how to do it in a slightly different way.
Step 1. Go to your admin panel and log in.

Step 2. Navigate to your EXTRA.css files (you can just search for 'extra' on the top right and click on 'EXTRA.css')

Step 3. Paste the following inside EXTRA.css
Code:
div#thCopyrightNotice
{
    display: none;
}
Step 4. Save...

Read more about this resource...
 

dyonis

New member
Registered
Joined
Feb 2, 2020
Messages
3
Points
1

Reputation:

Hello and thanks for the tutorial but when i search extra i can't find the EXTRA.css
Screenshot_1.png
 
Last edited:

dyonis

New member
Registered
Joined
Feb 2, 2020
Messages
3
Points
1

Reputation:

Thanks allot i will try that.
Update: Thanks it works you are the best.
 

Ben5150

New member
Registered
Joined
Apr 6, 2020
Messages
2
Points
3

Reputation:

would this work on others or just this one?
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,124
Points
823

Reputation:

Only this and that is for xf1
 

-re0

Active member
Registered
Joined
Mar 25, 2020
Messages
37
Points
18

Reputation:

To remove it, simply go to /src/config.php and add the line

$config['removeThemeHouseBranding'] = true;

Save & done
 

-re0

Active member
Registered
Joined
Mar 25, 2020
Messages
37
Points
18

Reputation:

To remove it, simply go to /src/config.php and add the line

$config['removeThemeHouseBranding'] = true;

Save & done
 
Top