Guest kxjenn Posted December 24, 2010 Share Posted December 24, 2010 I'd like to find out how to replace the trade, auctions, etc images on a userlookup with different images! oh and the stamps, site themes, those buttons as well :P oh yea and how do you get rid of this bar thanks Quote Link to comment Share on other sites More sharing options...
Annie Posted December 24, 2010 Share Posted December 24, 2010 the bar is .brand-mamabar, I believe. So you just have to add to your style sheet .brand-mamabar{display:none} To replace the icons, what I usually do is make the original icons transparent ( img{filter:alpha(opacity=0);opacity:0} ), and include the icons I want in my background image at location of the original icons. But for the collections, if you hide the images, you end up losing the avatar as well. I usually just add in the avatar again using html, and move it above where it should be. Quote Link to comment Share on other sites More sharing options...
Guest kxjenn Posted December 24, 2010 Share Posted December 24, 2010 thanks for the code to get rid of that ugly bar :) but for the trades, auctions, etc icons, I can't set a background image because I'm using tables with white backgrounds :P I tried putting an image over the links but then that covers the links and I can't access the links anymore.. I tried linking the images but then the images wouldn't show. UGH. css is so difficult T-T Quote Link to comment Share on other sites More sharing options...
Annie Posted December 24, 2010 Share Posted December 24, 2010 You can change the z-index for the original icons to float on top of your images, but set the original icon opacity to 0 Quote Link to comment Share on other sites More sharing options...
Guest kxjenn Posted December 24, 2010 Share Posted December 24, 2010 I just decided to make the boxes in the background instead of a table! thanks so much :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.