MyBB Community Forums

Full Version: Top link icon change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys this is the toplinks code at the moment:
[Image: IXTks.png]

my toplinks look like this:
[Image: n9xsU.png]

As you can see the icon next to rules is missing but I don't know how ot change it there doesn't seem to be a directory to change the images like it is on toplink tutorial i was reading.

Thank you.

Bumpp.
bumppp2123
Check the header template, I think it is in there.
Thanks to Alan from support for helping me fix this issue quickly, heres what I did:
Upload the images to ./images/water/icons/

Then add this to global.css, changing chat.gif to the actual file name.

Code:
#panel .upper ul.top_links a.chat {
background-image: url(images/water/icons/chat.gif);
}

(that's to change the icon itself)