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
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;
}
 
Solution
Back
Top Bottom