MyBB Community Forums

Full Version: Nav bar link problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello,
I've added a link to my nav bar and added a class and the image URL but the icon isn't showing next to the link. Can anyone help?
Thanks.
Form url ?
edit : not seen above response Smile
____________________________

forum URL please ... is the nav bar viewable by guests ? and which link & image you added ?
^ the image link is incorrect in global.css file
#panel .upper ul.top_links a.arcade {
	background-image: url(../../../forums/images/toplinks/games.png);
}

replace above with below code AND hard refresh your browser (CTRL + F5) a couple of times

#panel .upper ul.top_links a.arcade {
	background-image: url(../../../forums/images/clean/icons/games.png);
}
still not showing, even after doing that.
^ you might have edited other theme's global.css file !!
i haven't. only got one theme.
It's still looking for ../forums/images/toplinks/games.png instead of ../images/clean/icons/games.png

Make sure you're editing the correct CSS or just move the image to ../forums/images/toplinks/
Edit : not seen AJS's response Smile

I still do not see the changed code in global.css ...
Pages: 1 2