MyBB Community Forums

Full Version: Header link icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I added a rules link, next to Search, Member List, and Help in my header. It has the search icon next to it, though. How do I change that?
you can try like this....

<a href="link" class="rules" style="background:none;"><img src="new icon link" />Rules</a>
Thank you!

Now, next question: somehow I got the search icon from that sprite image to show up along the bottom with all the footer links (Contact Us, Return to Top, etc). That must have been when I was experimenting in the theme. But I can't find where/how I did it. Do you know?
You might have changed the css classes for those footer menu... try reverting the footer template... or you can share the footer template here, so we can check it...
I guess there is a missing </div> in a theme template before {$footer} starts.
I haven't touched the footer template, so it has to be something in the theme/CSS....
(2015-02-05, 01:59 PM)fylliska Wrote: [ -> ]I haven't touched the footer template, so it has to be something in the theme/CSS....

if that's the case then SvePu's guess could be right... most probably a missing dev in header template... the header div might not be closed...
Yes, that's what it was. Thank you all so much!