• While creating requests or asking for support in the existing XenForo threads please maintain XenForo support policy strictly.

  • You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Footer Copyright Removal

First way:

1. Go to Admin Panel
2. Appearance -> Templates -> extra.less
3. Put there this code
CSS:
.p-footer-copyright {
display: none;
}

4. Press Save

5. Done :)


Second way:

1. Go to your Appearance->Styles->YourTheme and search PAGE_CONTAINER
2. Search line 654 or find this code :

Code:
<xf:if contentcheck="true">
<div class="p-footer-copyright">
<xf:contentcheck>
<xf:copyright />
{{ phrase('extra_copyright') }}
</xf:contentcheck>
</div>
</xf:if>
163419223a1a3.jpg
3. Remove and place this code :
Code:
<div class="p-footer-copyright">
<center><b>I Love Babiato 2022</b></center>
</div>

4. and then click save and exit
 
First way:

1. Go to Admin Panel
2. Appearance -> Templates -> extra.less
3. Put there this code
CSS:
.p-footer-copyright {
display: none;
}

4. Press Save

5. Done :)


Second way:

1. Go to your Appearance->Styles->YourTheme and search PAGE_CONTAINER
2. Search line 654 or find this code :

Code:
<xf:if contentcheck="true">
<div class="p-footer-copyright">
<xf:contentcheck>
<xf:copyright />
{{ phrase('extra_copyright') }}
</xf:contentcheck>
</div>
</xf:if>
163419223a1a3.jpg
3. Remove and place this code :
Code:
<div class="p-footer-copyright">
<center><b>I Love Babiato 2022</b></center>
</div>

4. and then click save and exit

Thanks for the explanation...

Could you please let me know how to remove footer link and matter that is added by xenforo add-ons?

Thanks in advance...!
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock