XF 2.1 XF v2.1.4 Footer Menu Guidance

Oldengine

Active member
I would like to add "About" to the left of this menu with an HTML Link.


FooterMenu.jpg

Would someone please guide me to the proper spots in the Admin Menu to make it happen?

Firefox Browser Source:

<footer class="p-footer" id="footer">
<div class="p-footer-inner">
<div class="p-footer-row">
<div class="p-footer-row-opposite">
<ul class="p-footer-linkList">
<li><a href="/community/index.php?mypage/">About</a></li>
<li><a href="/community/index.php?misc/contact/" data-xf-click="overlay">Contact</a></li>
<li><a href="/community/index.php?help/terms/">Terms</a></li>
<li><a href="/community/index.php?help/privacy-policy/">Privacy</a></li>
<li><a href="/community/index.php?help/">Help</a></li>
<li><a href="https://www.smokstak.com/community">Home</a></li>
<li><a href="/community/index.php?forums/-/index.rss" target="_blank" class="p-footer-rssLink" title="RSS"><span aria-hidden="true"><iclass="fa--xf far fa-rss" aria-hidden="true"></i><span class="u-srOnly">RSS</span></span></a></li>
</ul>
</div>
</div>
<div class="p-footer-copyright">
</div>
</div>
</footer>
 
Last edited:
Absolutely perfect! Thank you for the best response that I've received to date getting help about Xenforo! Not only does it work, but it takes me one more step into my learning curve about CSS programming or at least coping with minor changes and aesthetic improvements. Almost ready to switch over and go live after fifteen years on vB3 and now taking my forum into the future!
 
Top Bottom