MyBB Community Forums

Full Version: Header Menu Edit: How to Choose / Eliminate Icon?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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]

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
Thank you both!