XF 2.0 Remove branding on /admin.php

Some Guy

New member
Hello,

I paid for the option to remove branding but I cannot figure out how to remove it from /admin.php when you are logging in.

Thanks.
 
Note that the branding removal option only removes the visible copyright notices.

To change that image, you'll need to edit the admin template login_form. To toggle the visibility of the admin templates, you will need to enable Debug mode. Once you are done, go to the templates section of your Admin CP. You should see Admin and Email templates now visible - click Admin templates. Search for login_form.

Edit both URLs in this part of the code with your desired image:

HTML:
    <div><a href="{$xf.options.boardUrl}"><img src="{{ base_url('styles/default/xenforo/xenforo-logo.png') }}"
        srcset="{{ base_url('styles/default/xenforo/xenforo-logo2x.png 2x') }}" alt="XenForo Ltd." /></a></div>
 
Got it thanks!

Will this revert after a Xenforo update? Any way to keep these changes after an update since this is an update to the Master Style and not the Child Style I created?
 
Last edited:
Top Bottom