Support How do i change footer text

Solution
Go to PAGE_CONTAINER, and under p-footer (for my this is 610-666 line) past ur custom title
Code:
<a>Ur text go here</a>
and if text will be e.g. on right side, paste this code in extra.less, after this code will be in center.
Code:
.p-footer {
    text-align: center;
}

kutaz

XF is cool thing
Loyal Member
Hello.
Can someone pls tell me how to change footer text in the image below

Screenshot_20211005-214351.md.png
Add it in extra.less
Code:
.p-footer-copyright {display: none;}

Or install this add-on
 
Back
Top Bottom