locked icon

Nov 29, 2008 17:19

Hi everyone, I know this has probably been asked before, but I looked and couldn't find the answer, and the tutorial linked really confuses me (sorry, I'm a noob, to both coding and smooth sailing). I just want to change my 'locked' security icon. I've tried several things and it's not working, and I'm just confusing myself more and more ( Read more... )

security icons

Leave a comment

Comments 6

misery_chick November 29 2008, 22:34:33 UTC
img[src*="icon_protected.gif"] {
background-image:url(yourURL) !important;
background-repeat:no-repeat !important;
height:0;
padding:16px 16px 0 0 !important;
width:0;
}

Add this part to your CSS and it should work - I got it out of mine, and it works perfectly. You might need to change the 16px 16px though, to whatever size your lock is.

Reply

willow_diamond November 29 2008, 22:50:18 UTC
YES! that worked, thank you!

Reply

misery_chick November 29 2008, 23:06:22 UTC
No problem :-D

Reply

cyborganize January 30 2009, 04:03:49 UTC
this fixed it for me too! thanks so much.

Reply


ditzyfish November 16 2013, 10:46:11 UTC
This was driving me crazy. Thank you!!! :)

Reply


Leave a comment

Up