MyBB Community Forums

Full Version: Removing Top Links images
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

MikeInToshx

How do I remove the top link images without losing the panel images? 

[attachment=32691]

It's linked with a sprite image  Undecided
One way is to remove background img in global.css
Find and remove background image
#header ul.menu li a

Sorry that will delete panel images. 1 sec

MikeInToshx

If I remove the image then I also remove the icons in the panel. Which is not what I want.
That is why I hate sprites =/
well, you can try adding below style property at the bottom of global.css
ul.top_links a:link {background-image: none!important;}
remember to hard refresh your browser (eg. press CTRL + F5) after saving changes to global.css

MikeInToshx

It worked  Big Grin

I always add things at the top though, I don't like to scroll down all the way if I want to edit something I added.