Footer Copyright Removal

mlm

Active member
Mar 8, 2021
106
34
28
Bulgaria
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
 

zas786

Member
Feb 10, 2021
45
17
8
url-s.xyz
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...!
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu