Jump to content

Replacing the Trade, Auctions, Wishlist, Neomail, Neofriend buttons


Guest kxjenn

Recommended Posts

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

esjbxk.jpg

thanks

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...