2018-03-09, 03:13 AM
Hello!
I dug through the forum archives to find out how to add links to the header menu on the default MyBB style. I added three in the header template, so they appear to the right of the control panel links. They appear as so:
![[Image: menubar.png]](https://camo.mybb.com/6cbf33f85f8fb48075664c4cc42b4a434d25ea72/68747470733a2f2f7777772e7265646865726f6e6174696f6e2e6f72672f696d616765732f6d656e756261722e706e67)
My question is, how can I change (or, failing that, remove) the magnifying glass icons next to the three additional links? They just don't fit. As is, the header code is as follows:
Thanks for your help!
-Dev
I dug through the forum archives to find out how to add links to the header menu on the default MyBB style. I added three in the header template, so they appear to the right of the control panel links. They appear as so:
My question is, how can I change (or, failing that, remove) the magnifying glass icons next to the three additional links? They just don't fit. As is, the header code is as follows:
<ul class="menu panel_links">
{$usercplink}
{$modcplink}
{$admincplink}
<li><a href="https://www.redheronation.org">Red Heron Home</li>
<li><a href="https://www.redheronation.org/forum-rules">Forum Rules</li>
<li><a href="https://www.redheronation.org/trauma-kit">Trauma Kit</li>
</ul>
Thanks for your help!
-Dev